C# Class Paint.TwitterIOS5

Twitter support for iOS5.
Mostrar archivo Open project: RandolphBurt/MonoGame-iOS-SimplePaint Class Usage Examples

Public Methods

Method Description
PostImage ( string filename ) : void

Posts a message to a social network with the image attached

TwitterIOS5 ( UIViewController parentController ) : MonoTouch.Twitter

Initializes a new instance of the Paint.TwitterIOS5 class.

Private Methods

Method Description
DisplayCannotPostMessage ( ) : void

Informs the user that we are unable to interact with twitter

PostMessage ( string filename ) : void

Posts the message to the social network

Method Details

PostImage() public method

Posts a message to a social network with the image attached
public PostImage ( string filename ) : void
filename string /// The image to post ///
return void

TwitterIOS5() public method

Initializes a new instance of the Paint.TwitterIOS5 class.
public TwitterIOS5 ( UIViewController parentController ) : MonoTouch.Twitter
parentController UIViewController /// The parent controller (owner of the email form we will display) ///
return MonoTouch.Twitter