C# Class Smeedee.iOS.ConfigurationScreen

Inheritance: UINavigationController
Mostra file Open project: Smeedee/Smeedee-Mobile

Public Methods

Method Description
ConfigurationScreen ( IntPtr handle ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Method Details

ConfigurationScreen() public method

public ConfigurationScreen ( IntPtr handle ) : System
handle System.IntPtr
return System

ShouldAutorotateToInterfaceOrientation() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

WillRotate() public method

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
return void