C# Class TwitterExample.TweetWebViewController

Datei anzeigen Open project: chrisntr/MonoTouch-Twitter-Example Class Usage Examples

Private Properties

Property Type Description
TweetWebViewController System

Public Methods

Method Description
Initialize ( ) : void
TweetWebViewController ( IntPtr handle ) : System
TweetWebViewController ( string url ) : System
ViewDidLoad ( ) : void

Private Methods

Method Description
TweetWebViewController ( NSCoder coder ) : System

Method Details

Initialize() public method

public Initialize ( ) : void
return void

TweetWebViewController() public method

public TweetWebViewController ( IntPtr handle ) : System
handle IntPtr
return System

TweetWebViewController() public method

public TweetWebViewController ( string url ) : System
url string
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void