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

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

Private Properties

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

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

Метод Описание
MainConfigTableViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

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

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

public MainConfigTableViewController ( ) : System
Результат System

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

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

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

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