C# 클래스 Paint.TwitterIOS5

Twitter support for iOS5.
파일 보기 프로젝트 열기: RandolphBurt/MonoGame-iOS-SimplePaint 1 사용 예제들

공개 메소드들

메소드 설명
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