C# Class Smeedee.iOS.RadioGroupTableViewController

Afficher le fichier Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

RadioGroupTableViewController() public méthode

public RadioGroupTableViewController ( string headline, IList labels, int selected ) : System
headline string
labels IList
selected int
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

WillRotate() public méthode

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Résultat void