原文链接:
https://developer.apple.com/library/ios/documentation/Twitter/Reference/TWTweetSheetViewControllerClassRef/Reference/Reference.html#//apple_ref/doc/uid/TP40010943-CH1-DontLinkElementID_1
TWTweetComposeViewController Class Reference
Inherits from
UIViewController
:
UIResponder
:
NSObject
Conforms to
NSCoding
(UIViewController)UIAppearanceContainer
(UIViewController)NSObject
(NSObject)
Framework
/System/Library/Frameworks/Twitter.framework
Availability
Available in iOS 5.0 and later.
Declared in
TWTweetComposeViewController.h
Related sample code
Tweeting
Overview {.jump .zClassDescription_Name}
The TWTweetComposeViewController
class presents a view to the user to
compose a tweet.
Although you may perform Twitter requests on behalf of the user, you
cannot append text, images, or URLs to tweets without the user’s
knowledge. Hence, you can set the initial text and other content before
presenting the tweet to the user but cannot change the tweet after the
user views it. All of the methods used to set the content of the tweet
return a Boolean value. The methods return NO
if the content doesn’t
fit in the tweet or if the view was already presented to the …………………………………………………………………………