使いかたはこんな感じ。 #import <Twitter/TWTweetComposeViewController.h> TWTweetComposeViewController *viewController = [[TWTweetComposeViewController alloc] init]; [viewController setInitialText:@"Initial String"]; [viewController addImage:image]; [viewController addURL:[NSURL URLWithString:@"http://www.apple.com/"]]; viewController.completionHandler = ^(TWTweetComposeViewControllerResult res) { if (res == T