Method | Description | |
---|---|---|
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask | ||
PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation | ||
ShouldAutorotate ( ) : bool | ||
UpdateNavigationBar ( string title ) : void | ||
VersesObservableTableViewController ( string controllerTitle ) : System | ||
VersesObservableTableViewController ( string controllerTitle, UITableViewStyle style ) : System | ||
ViewDidDisappear ( bool animated ) : void | ||
ViewDidLoad ( ) : void | ||
ViewWillAppear ( bool animated ) : void |
Method | Description | |
---|---|---|
RefreshNavigationBar ( ) : void |
public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask | ||
return | UIInterfaceOrientationMask |
public PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation | ||
return | UIInterfaceOrientation |
public UpdateNavigationBar ( string title ) : void | ||
title | string | |
return | void |
public VersesObservableTableViewController ( string controllerTitle ) : System | ||
controllerTitle | string | |
return | System |
public VersesObservableTableViewController ( string controllerTitle, UITableViewStyle style ) : System | ||
controllerTitle | string | |
style | UITableViewStyle | |
return | System |
public ViewDidDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |