C# Class Facebook.PostViewController

Inheritance: UIViewController
Mostra file Open project: conceptdev/Facebook Class Usage Examples

Public Properties

Property Type Description
textView UITextView
webView UIWebView

Public Methods

Method Description
PostViewController ( Post p ) : System
ViewDidLoad ( ) : void

Private Methods

Method Description
FormatText ( ) : string

Format the restaurant text for UIWebView

Method Details

PostViewController() public method

public PostViewController ( Post p ) : System
p Post
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

Property Details

textView public_oe property

public UITextView textView
return UITextView

webView public_oe property

public UIWebView webView
return UIWebView