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
|
Method | Description | |
---|---|---|
OnLaunchScreenComplete ( |
Raises the launch screen complete event.
|
Method | Description | |
---|---|---|
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool |
protected OnLaunchScreenComplete ( |
||
e | E. | |
return | void |
public TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | Touches. |
evt | UIEvent | Evt. |
return | void |
public ViewDidAppear ( bool animated ) : void | ||
animated | bool | If set to |
return | void |