C# Class Verses.iOS.WebViewController

Inheritance: UIViewController
Datei anzeigen Open project: pierceboggan/Verses

Public Methods

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

Private Methods

Method Description
HandleBackButtonTapped ( object sender, EventArgs args ) : void
SetupNavigationBar ( ) : void

Method Details

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

WebViewController() public method

public WebViewController ( string title, string html, bool isLocal ) : System
title string
html string
isLocal bool
return System