C# Class ViewDeckSample.RightController

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

Méthodes publiques

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

Method Details

InitController() public méthode

public InitController ( ) : void
Résultat void

LoadView() public méthode

public LoadView ( ) : void
Résultat void

RightController() public méthode

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

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