C# Class UI.AboutViewController

Inheritance: UIViewController
ファイルを表示 Open project: NotMyself/BigRReader Class Usage Examples

Public Properties

Property Type Description
webView UIWebView

Public Methods

Method Description
AboutViewController ( ) : System
ViewDidLoad ( ) : void

Private Methods

Method Description
FormatText ( ) : string

Method Details

AboutViewController() public method

public AboutViewController ( ) : System
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

webView public_oe property

public UIWebView webView
return UIWebView