Property | Type | Description | |
---|---|---|---|
AddToolbarItem | void | ||
AddWidgetsToScrollView | void | ||
CurrentPageIndex | int | ||
EmptyScrollView | void | ||
RemoveToolbarItem | void | ||
ResetView | void | ||
ScrollViewScrolled | void | ||
SetTitleLabels | void |
Method | Description | |
---|---|---|
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
ViewDidLoad ( ) : void | ||
ViewWillAppear ( bool animated ) : void | ||
WidgetsScreen ( |
||
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void |
Method | Description | |
---|---|---|
AddToolbarItem ( UIBarButtonItem item ) : void | ||
AddWidgetsToScrollView ( ) : void | ||
CurrentPageIndex ( ) : int | ||
EmptyScrollView ( ) : void | ||
RemoveToolbarItem ( ) : void | ||
ResetView ( ) : void | ||
ScrollViewScrolled ( object sender, |
||
SetTitleLabels ( ) : void |
public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
fromInterfaceOrientation | UIInterfaceOrientation | |
return | void |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
return | bool |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public WidgetsScreen ( |
||
handle | ||
return | System |
public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void | ||
toInterfaceOrientation | UIInterfaceOrientation | |
duration | double | |
return | void |