C# 클래스 Verses.iOS.VersesObservableTableViewController

상속: ObservableTableViewController
파일 보기 프로젝트 열기: pierceboggan/Verses

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
RefreshNavigationBar ( ) : void

메소드 상세

GetSupportedInterfaceOrientations() 공개 메소드

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
리턴 UIInterfaceOrientationMask

PreferredInterfaceOrientationForPresentation() 공개 메소드

public PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation
리턴 UIInterfaceOrientation

ShouldAutorotate() 공개 메소드

public ShouldAutorotate ( ) : bool
리턴 bool

UpdateNavigationBar() 공개 메소드

public UpdateNavigationBar ( string title ) : void
title string
리턴 void

VersesObservableTableViewController() 공개 메소드

public VersesObservableTableViewController ( string controllerTitle ) : System
controllerTitle string
리턴 System

VersesObservableTableViewController() 공개 메소드

public VersesObservableTableViewController ( string controllerTitle, UITableViewStyle style ) : System
controllerTitle string
style UITableViewStyle
리턴 System

ViewDidDisappear() 공개 메소드

public ViewDidDisappear ( bool animated ) : void
animated bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void