C# Class NibManagerTest.MainController

Inheritance: JTNibManager.NibManagedController
显示文件 Open project: dtavlikos/JTNibManager Class Usage Examples

Private Properties

Property Type Description
BtnLoadAuto_TouchUpInside void
BtnLoadDerived_TouchUpInside void
BtnLoadManually_TouchUpInside void
BtnLoadTable_TouchUpInside void
BtnLoadView_TouchUpInside void
ReleaseDesignerOutlets void

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
MainController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void

Private Methods

Method Description
BtnLoadAuto_TouchUpInside ( object sender, EventArgs e ) : void
BtnLoadDerived_TouchUpInside ( object sender, EventArgs e ) : void
BtnLoadManually_TouchUpInside ( object sender, EventArgs e ) : void
BtnLoadTable_TouchUpInside ( object sender, EventArgs e ) : void
BtnLoadView_TouchUpInside ( object sender, EventArgs e ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

MainController() public method

public MainController ( ) : System
return System

ShouldAutorotateToInterfaceOrientation() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewDidUnload() public method

public ViewDidUnload ( ) : void
return void