C# 클래스 Facebook.PostViewController

상속: UIViewController
파일 보기 프로젝트 열기: conceptdev/Facebook 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
textView UITextView
webView UIWebView

공개 메소드들

메소드 설명
PostViewController ( Post p ) : System
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
FormatText ( ) : string

Format the restaurant text for UIWebView

메소드 상세

PostViewController() 공개 메소드

public PostViewController ( Post p ) : System
p Post
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

프로퍼티 상세

textView 공개적으로 프로퍼티

public UITextView textView
리턴 UITextView

webView 공개적으로 프로퍼티

public UIWebView webView
리턴 UIWebView