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

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

Private Properties

Свойство Тип Описание
AddToolbarItem void
AddWidgetsToScrollView void
CurrentPageIndex int
EmptyScrollView void
RemoveToolbarItem void
ResetView void
ScrollViewScrolled void
SetTitleLabels void

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

Метод Описание
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
WidgetsScreen ( IntPtr handle ) : System
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

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

Метод Описание
AddToolbarItem ( UIBarButtonItem item ) : void
AddWidgetsToScrollView ( ) : void
CurrentPageIndex ( ) : int
EmptyScrollView ( ) : void
RemoveToolbarItem ( ) : void
ResetView ( ) : void
ScrollViewScrolled ( object sender, EventArgs e ) : void
SetTitleLabels ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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