C# Class NativeShared.iOS.NativeShared_iOSViewController

Inheritance: UIViewController
Afficher le fichier Open project: xamarin/mobile-samples

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
NativeShared_iOSViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

NativeShared_iOSViewController() public méthode

public NativeShared_iOSViewController ( 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

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