C# Class SparrowSharp.Sample.iOS.OpenGLViewController

Inheritance: UIViewController
Exibir arquivo Open project: fmotagarcia/sparrow-sharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OpenGLViewController() public method

public OpenGLViewController ( string nibName, NSBundle bundle ) : MonoTouch.Foundation
nibName string
bundle NSBundle
return MonoTouch.Foundation

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void