C# Class Verses.iOS.PBViewController

Inheritance: UIViewController
Afficher le fichier Open project: pierceboggan/Verses

Méthodes publiques

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

Private Methods

Méthode Description
RefreshNavigationBar ( ) : void

Method Details

GetSupportedInterfaceOrientations() public méthode

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Résultat UIInterfaceOrientationMask

PBViewController() public méthode

public PBViewController ( string controllerTitle ) : System
controllerTitle string
Résultat System

PreferredInterfaceOrientationForPresentation() public méthode

public PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation
Résultat UIInterfaceOrientation

ShouldAutorotate() public méthode

public ShouldAutorotate ( ) : bool
Résultat bool

UpdateNavigationBar() public méthode

public UpdateNavigationBar ( string title ) : void
title string
Résultat void

ViewDidDisappear() public méthode

public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void