C# Class Spinnaker.Sample.iPad.Spinnaker_Sample_iPadViewController

Inheritance: UIViewController
Afficher le fichier Open project: Claytonious/spinnaker

Private Properties

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

Méthodes publiques

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

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

Spinnaker_Sample_iPadViewController() public méthode

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