C# Class SparrowSharp.Sample.iOS.OpenGLViewController

Inheritance: UIViewController
Afficher le fichier Open project: fmotagarcia/sparrow-sharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
OpenGLViewController ( string nibName, NSBundle bundle ) : MonoTouch.Foundation
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OpenGLViewController() public méthode

public OpenGLViewController ( string nibName, NSBundle bundle ) : MonoTouch.Foundation
nibName string
bundle NSBundle
Résultat MonoTouch.Foundation

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void