【发布时间】:2014-02-25 21:10:49
【问题描述】:
在使用 SLComposeViewController/SLServiceTypeTwitter 时,是否可以附加声音或视频? 对象实例化如下:
SLComposeViewController *tweetController = [SLComposeViewController composeViewControllerForServiceType:SLServiceTypeTwitter];
我可以使用 addURL 或 addImage 之类的方法,但我无法看到 addSound 或 addVideo 之类的方法。
有没有其他方法可以使用?
【问题讨论】:
标签: ios twitter social-networking attachment slcomposeviewcontroller