C# Class Facebook.PostViewController

Inheritance: UIViewController
Afficher le fichier Open project: conceptdev/Facebook Class Usage Examples

Méthodes publiques

Свойство Type Description
textView UITextView
webView UIWebView

Méthodes publiques

Méthode Description
PostViewController ( Post p ) : System
ViewDidLoad ( ) : void

Private Methods

Méthode Description
FormatText ( ) : string

Format the restaurant text for UIWebView

Method Details

PostViewController() public méthode

public PostViewController ( Post p ) : System
p Post
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

Property Details

textView public_oe property

public UITextView textView
Résultat UITextView

webView public_oe property

public UIWebView webView
Résultat UIWebView