C# Class EasyBike.iOS.ViewController

Inheritance: UIViewController
Afficher le fichier Open project: ThePublicBikeGang/EasyBike

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

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

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

LoadView() public méthode

public LoadView ( ) : void
Résultat void

ViewController() public méthode

public ViewController ( IntPtr handle ) : CoreGraphics
handle System.IntPtr
Résultat CoreGraphics

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