C# 클래스 TwitterExample.TweetWebViewController

파일 보기 프로젝트 열기: chrisntr/MonoTouch-Twitter-Example 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TweetWebViewController System

공개 메소드들

메소드 설명
Initialize ( ) : void
TweetWebViewController ( IntPtr handle ) : System
TweetWebViewController ( string url ) : System
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
TweetWebViewController ( NSCoder coder ) : System

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

TweetWebViewController() 공개 메소드

public TweetWebViewController ( IntPtr handle ) : System
handle IntPtr
리턴 System

TweetWebViewController() 공개 메소드

public TweetWebViewController ( string url ) : System
url string
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void