C# Class EasyBike.iOS.ViewController

Inheritance: UIViewController
Show file Open project: ThePublicBikeGang/EasyBike

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
LoadView ( ) : void
ViewController ( IntPtr handle ) : CoreGraphics
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

LoadView() public method

public LoadView ( ) : void
return void

ViewController() public method

public ViewController ( IntPtr handle ) : CoreGraphics
handle System.IntPtr
return CoreGraphics

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