C# Class Paint.TwitterIOS5

Twitter support for iOS5.
Afficher le fichier Open project: RandolphBurt/MonoGame-iOS-SimplePaint Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

TwitterIOS5() public méthode

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) ///
Résultat MonoTouch.Twitter