C# Class ButtonTapper3000.ViewController

Inheritance: UIViewController
Exibir arquivo Open project: xamarin/monotouch-samples Class Usage Examples

Public Methods

Method Description
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
LoadView ( ) : void
PreferredStatusBarStyle ( ) : UIStatusBarStyle
ShouldAutorotate ( ) : bool
ViewWillAppear ( bool animated ) : void

Method Details

GetSupportedInterfaceOrientations() public method

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
return UIInterfaceOrientationMask

LoadView() public method

public LoadView ( ) : void
return void

PreferredStatusBarStyle() public method

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
return UIStatusBarStyle

ShouldAutorotate() public method

public ShouldAutorotate ( ) : bool
return bool

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void