没有显示初始文本,是我输入错误还是遗漏了什么?我完全按照教程,没有豆子。
if ([TWTweetComposeViewController canSendTweet]) {
TWTweetComposeViewController *tweetComposer=[[TWTweetComposeViewController alloc]init];
[self presentModalViewController:tweetComposer animated:YES];
[tweetComposer setInitialText:@"#VOX"];
}
我试图让它在 ios5.1 上运行