Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Twitter 上发布我的游戏分数和图片...如何使用新的 Twitter API 在 Twitter 上发布图片和文字?
请任何人帮助解决这个问题..
使用下面的代码:
TWTweetComposeViewController *tweeter = [[TWTweetComposeViewController alloc] init]; [tweeter setInitialText:@"message"]; [tweeter addImage:image]; [self presentModalViewController:tweeter animated:YES];