C# Class ClanceysLib.RotatingViewController

Inheritance: UIViewController
Show file Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
notificationObserver NSObject

Public Methods

Method 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

Method Description
RotatingViewController ( NSCoder coder ) : System
SetView ( ) : void
_removeAllViews ( ) : void
_showView ( UIView view ) : void
initialize ( ) : void

Method Details

DidRotate() public method

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
return void

RotatingViewController() public method

public RotatingViewController ( ) : System
return System

RotatingViewController() public method

public RotatingViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

RotatingViewController() public method

public RotatingViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
return System

SetupNavBar() public method

public SetupNavBar ( ) : void
return void

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

Property Details

notificationObserver public property

public NSObject notificationObserver
return NSObject