C# Class Paint.LaunchScreen

The application launch screen.
Inheritance: UIViewController
Mostrar archivo Open project: RandolphBurt/MonoGame-iOS-SimplePaint Class Usage Examples

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void

Dids the receive memory warning.

LaunchScreen ( ) : System

Initializes a new instance of the Paint.LaunchScreen class.

TouchesBegan ( NSSet touches, UIEvent evt ) : void

Sent when one or more fingers touches the screen.

ViewDidAppear ( bool animated ) : void

This view is now on screen

ViewDidLoad ( ) : void

This view has loaded

Protected Methods

Method Description
OnLaunchScreenComplete ( EventArgs e ) : void

Raises the launch screen complete event.

Private Methods

Method Description
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

Method Details

DidReceiveMemoryWarning() public method

Dids the receive memory warning.
public DidReceiveMemoryWarning ( ) : void
return void

LaunchScreen() public method

Initializes a new instance of the Paint.LaunchScreen class.
public LaunchScreen ( ) : System
return System

OnLaunchScreenComplete() protected method

Raises the launch screen complete event.
protected OnLaunchScreenComplete ( EventArgs e ) : void
e System.EventArgs E.
return void

TouchesBegan() public method

Sent when one or more fingers touches the screen.
public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet Touches.
evt UIEvent Evt.
return void

ViewDidAppear() public method

This view is now on screen
public ViewDidAppear ( bool animated ) : void
animated bool If set to true animated.
return void

ViewDidLoad() public method

This view has loaded
public ViewDidLoad ( ) : void
return void