Méthode | Description | |
---|---|---|
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask | ||
PBViewController ( string controllerTitle ) : System | ||
PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation | ||
ShouldAutorotate ( ) : bool | ||
UpdateNavigationBar ( string title ) : void | ||
ViewDidDisappear ( bool animated ) : void | ||
ViewDidLoad ( ) : void | ||
ViewWillAppear ( bool animated ) : void |
Méthode | Description | |
---|---|---|
RefreshNavigationBar ( ) : void |
public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask | ||
Résultat | UIInterfaceOrientationMask |
public PBViewController ( string controllerTitle ) : System | ||
controllerTitle | string | |
Résultat | System |
public PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation | ||
Résultat | UIInterfaceOrientation |
public UpdateNavigationBar ( string title ) : void | ||
title | string | |
Résultat | void |
public ViewDidDisappear ( bool animated ) : void | ||
animated | bool | |
Résultat | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
Résultat | void |