C# Класс ClanceysLib.RotatingViewController

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

Открытые свойства

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

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

Метод Описание
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
RotatingViewController ( ) : System
RotatingViewController ( IntPtr handle ) : System
RotatingViewController ( string nibName, NSBundle bundle ) : System
SetupNavBar ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Приватные методы

Метод Описание
RotatingViewController ( NSCoder coder ) : System
SetView ( ) : void
_removeAllViews ( ) : void
_showView ( UIView view ) : void
initialize ( ) : void

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

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

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

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

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

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

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

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

public RotatingViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
Результат System

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

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

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

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

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

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

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

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

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

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

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

notificationObserver публичное свойство

public NSObject notificationObserver
Результат NSObject