C# Class ViewDeckSample.RightController

Inheritance: MonoKit.UI.TableViewController
显示文件 Open project: sgmunn/MonoKit Class Usage Examples

Public Methods

Method Description
InitController ( ) : void
LoadView ( ) : void
RightController ( ) : MonoKit.UI
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ShowCenter ( Element element ) : void

Method Details

InitController() public method

public InitController ( ) : void
return void

LoadView() public method

public LoadView ( ) : void
return void

RightController() public method

public RightController ( ) : MonoKit.UI
return MonoKit.UI

ShouldAutorotateToInterfaceOrientation() public method

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

ShowCenter() public method

public ShowCenter ( Element element ) : void
element Element
return void