C# Class ViewDeckSample.LeftController

Inheritance: MonoKit.UI.TableViewController
Afficher le fichier Open project: sgmunn/MonoKit Class Usage Examples

Méthodes publiques

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

Method Details

InitController() public méthode

public InitController ( ) : void
Résultat void

LeftController() public méthode

public LeftController ( ) : MonoKit.UI
Résultat MonoKit.UI

LoadView() public méthode

public LoadView ( ) : void
Résultat void

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ShowCenter() public méthode

public ShowCenter ( Element element ) : void
element Element
Résultat void