C# Class ButtonTapper3000.ViewController

Inheritance: UIViewController
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Méthodes publiques

Méthode Description
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
LoadView ( ) : void
PreferredStatusBarStyle ( ) : UIStatusBarStyle
ShouldAutorotate ( ) : bool
ViewWillAppear ( bool animated ) : void

Method Details

GetSupportedInterfaceOrientations() public méthode

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Résultat UIInterfaceOrientationMask

LoadView() public méthode

public LoadView ( ) : void
Résultat void

PreferredStatusBarStyle() public méthode

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
Résultat UIStatusBarStyle

ShouldAutorotate() public méthode

public ShouldAutorotate ( ) : bool
Résultat bool

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void