C# Class AwesomizerSample.ViewController

Inheritance: UIViewController
Afficher le fichier Open project: MikeCodesDotNet/Awesomizer

Méthodes publiques

Méthode Description
ViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
DoApply ( ) : void
DoClean ( ) : void

Method Details

ViewController() public méthode

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

ViewDidAppear() public méthode

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

ViewDidDisappear() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void