C# Class Smeedee.iOS.MainConfigTableViewController

Inheritance: UITableViewController
Show file Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
MainConfigTableViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Method Details

MainConfigTableViewController() public method

public MainConfigTableViewController ( ) : System
return System

ShouldAutorotateToInterfaceOrientation() public method

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

WillRotate() public method

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