C# Class Verses.iOS.PBViewController

Inheritance: UIViewController
显示文件 Open project: pierceboggan/Verses

Public Methods

Method 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

Method Description
RefreshNavigationBar ( ) : void

Method Details

GetSupportedInterfaceOrientations() public method

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
return UIInterfaceOrientationMask

PBViewController() public method

public PBViewController ( string controllerTitle ) : System
controllerTitle string
return System

PreferredInterfaceOrientationForPresentation() public method

public PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation
return UIInterfaceOrientation

ShouldAutorotate() public method

public ShouldAutorotate ( ) : bool
return bool

UpdateNavigationBar() public method

public UpdateNavigationBar ( string title ) : void
title string
return void

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void