C# Class Verses.iOS.WebViewController

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

Méthodes publiques

Méthode Description
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
WebViewController ( string title, string html, bool isLocal ) : System

Private Methods

Méthode Description
HandleBackButtonTapped ( object sender, EventArgs args ) : void
SetupNavigationBar ( ) : void

Method Details

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

WebViewController() public méthode

public WebViewController ( string title, string html, bool isLocal ) : System
title string
html string
isLocal bool
Résultat System