C# Class ClanceysLib.RotatingViewController

Inheritance: UIViewController
Afficher le fichier Open project: Clancey/ClanceyLib

Méthodes publiques

Свойство Type Description
notificationObserver NSObject

Méthodes publiques

Méthode Description
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
RotatingViewController ( ) : System
RotatingViewController ( IntPtr handle ) : System
RotatingViewController ( string nibName, NSBundle bundle ) : System
SetupNavBar ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Méthode Description
RotatingViewController ( NSCoder coder ) : System
SetView ( ) : void
_removeAllViews ( ) : void
_showView ( UIView view ) : void
initialize ( ) : void

Method Details

DidRotate() public méthode

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Résultat void

RotatingViewController() public méthode

public RotatingViewController ( ) : System
Résultat System

RotatingViewController() public méthode

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

RotatingViewController() public méthode

public RotatingViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
Résultat System

SetupNavBar() public méthode

public SetupNavBar ( ) : void
Résultat void

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

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

Property Details

notificationObserver public_oe property

public NSObject notificationObserver
Résultat NSObject