C# Class Verses.iOS.CopyrightViewController

Inheritance: PBViewController
Afficher le fichier Open project: pierceboggan/Verses Class Usage Examples

Méthodes publiques

Méthode Description
CopyrightViewController ( Translation translation ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Méthode Description
FetchCopyright ( ) : void
GetTranslation ( Translation translation ) : Translation
HandleBackButtonTapped ( object sender, EventArgs args ) : void
SetupNavigationBar ( ) : void
SetupUI ( ) : void

Method Details

CopyrightViewController() public méthode

public CopyrightViewController ( Translation translation ) : System
translation Translation
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void