C# Class ViewDeckSample.MultiLeftController

Inheritance: MonoKit.UI.TableViewController
Show file Open project: sgmunn/MonoKit Class Usage Examples

Public Methods

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

Method Details

Hello() public method

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

InitController() public method

public InitController ( ) : void
return void

LoadView() public method

public LoadView ( ) : void
return void

MultiLeftController() public method

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

ShouldAutorotateToInterfaceOrientation() public method

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