C# Class Smeedee.iOS.RadioGroupTableViewController

Mostra file Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RadioGroupTableViewController ( string headline, IList labels, int selected ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Method Details

RadioGroupTableViewController() public method

public RadioGroupTableViewController ( string headline, IList labels, int selected ) : System
headline string
labels IList
selected int
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