C# Класс MonoTouch.Dialog.Extensions.InchFractionElement.MyViewController

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

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

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

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

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

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

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

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

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

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

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

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

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

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