C# Class Verses.iOS.VersesObservableTableViewController

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

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
RefreshNavigationBar ( ) : void

Method Details

GetSupportedInterfaceOrientations() public méthode

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Résultat UIInterfaceOrientationMask

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

VersesObservableTableViewController() public méthode

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

VersesObservableTableViewController() public méthode

public VersesObservableTableViewController ( string controllerTitle, UITableViewStyle style ) : System
controllerTitle string
style UITableViewStyle
Résultat System

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