Property | Type | Description | |
---|---|---|---|
Style | UITableViewStyle |
Method | Description | |
---|---|---|
CreatePanels ( ) : void | ||
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
LoadView ( ) : void | ||
PagingViewController ( ) : System |
Creates a new DialogViewController from a RootElement and sets the push status
|
|
PagingViewController ( bool AutoRotateUI ) : System | ||
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
ViewWillAppear ( bool animated ) : void | ||
ViewWillDisappear ( bool animated ) : void |
Method | Description | |
---|---|---|
GetRotateEnabled ( ) : bool | ||
ScrollViewScrolled ( object sender, |
public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
fromInterfaceOrientation | UIInterfaceOrientation | |
return | void |
public PagingViewController ( bool AutoRotateUI ) : System | ||
AutoRotateUI | bool | |
return | System |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
return | bool |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |