C# Class UI.PageViewController

Inheritance: UIViewController
Show file Open project: NotMyself/BigRReader Class Usage Examples

Public Properties

Property Type Description
webView UIWebView

Public Methods

Method Description
PageViewController ( Uri page, string title ) : System
ViewDidLoad ( ) : void

Private Methods

Method Description
script ( ) : string

Method Details

PageViewController() public method

public PageViewController ( Uri page, string title ) : System
page System.Uri
title string
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

webView public property

public UIWebView webView
return UIWebView