C# Класс Recipe2Dot2Reorienting.MyViewController

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

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

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

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

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

public LoadView ( ) : void
Результат void

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

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

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

public MyViewController ( IntPtr handle ) : System
handle System.IntPtr
Результат System

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

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

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

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