C# 클래스 UI.MainMenuViewController

상속: UITableViewController
파일 보기 프로젝트 열기: NotMyself/BigRReader 1 사용 예제들

공개 메소드들

메소드 설명
MainMenuViewController ( UITableViewStyle style ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

메소드 상세

MainMenuViewController() 공개 메소드

public MainMenuViewController ( UITableViewStyle style ) : System
style UITableViewStyle
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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

ViewWillDisappear() 공개 메소드

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