C# Класс Smeedee.iOS.RadioGroupTableViewController

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
RadioGroupTableViewController ( string headline, IList labels, int selected ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Описание методов

RadioGroupTableViewController() публичный Метод

public RadioGroupTableViewController ( string headline, IList labels, int selected ) : System
headline string
labels IList
selected int
Результат System

ShouldAutorotateToInterfaceOrientation() публичный Метод

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Результат bool

WillRotate() публичный Метод

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Результат void