C# Класс MonoTouch.Dialog.DateTimeElement.MyViewController

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

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

Метод Описание
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
MyViewController ( DateTimeElement container ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillDisappear ( bool animated ) : void

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

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

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Результат void

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

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

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

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

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

public ViewWillDisappear ( bool animated ) : void
animated bool
Результат void