C# Class Paint.LaunchScreen

The application launch screen.
Inheritance: UIViewController
Afficher le fichier Open project: RandolphBurt/MonoGame-iOS-SimplePaint Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnLaunchScreenComplete ( EventArgs e ) : void

Raises the launch screen complete event.

Private Methods

Méthode Description
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

Method Details

DidReceiveMemoryWarning() public méthode

Dids the receive memory warning.
public DidReceiveMemoryWarning ( ) : void
Résultat void

LaunchScreen() public méthode

Initializes a new instance of the Paint.LaunchScreen class.
public LaunchScreen ( ) : System
Résultat System

OnLaunchScreenComplete() protected méthode

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

TouchesBegan() public méthode

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

ViewDidAppear() public méthode

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

ViewDidLoad() public méthode

This view has loaded
public ViewDidLoad ( ) : void
Résultat void