C# Класс Paint.TwitterIOS5

Twitter support for iOS5.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
DisplayCannotPostMessage ( ) : void

Informs the user that we are unable to interact with twitter

PostMessage ( string filename ) : void

Posts the message to the social network

Описание методов

PostImage() публичный Метод

Posts a message to a social network with the image attached
public PostImage ( string filename ) : void
filename string /// The image to post ///
Результат void

TwitterIOS5() публичный Метод

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) ///
Результат MonoTouch.Twitter