C# 클래스 Verses.iOS.CopyrightViewController

상속: PBViewController
파일 보기 프로젝트 열기: pierceboggan/Verses 1 사용 예제들

공개 메소드들

메소드 설명
CopyrightViewController ( Translation translation ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

비공개 메소드들

메소드 설명
FetchCopyright ( ) : void
GetTranslation ( Translation translation ) : Translation
HandleBackButtonTapped ( object sender, EventArgs args ) : void
SetupNavigationBar ( ) : void
SetupUI ( ) : void

메소드 상세

CopyrightViewController() 공개 메소드

public CopyrightViewController ( Translation translation ) : System
translation Translation
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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

ViewWillDisappear() 공개 메소드

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