C# Class ViewDeckSample.LeftController

Inheritance: MonoKit.UI.TableViewController
ファイルを表示 Open project: sgmunn/MonoKit Class Usage Examples

Public Methods

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

Method Details

InitController() public method

public InitController ( ) : void
return void

LeftController() public method

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

LoadView() public method

public LoadView ( ) : void
return void

ShouldAutorotateToInterfaceOrientation() public method

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

ShowCenter() public method

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