iOS Swift - 在Instagram上分享字幕

时间:2015-08-10 22:03:28

标签: ios swift instagram uidocumentinteraction

我可以使用UIDocumentInteractionController Instagram 上成功分享图片,但InstagramCaption密钥无法正常工作。这是我的代码:

self.controller = UIDocumentInteractionController()
// controller.delegate = self

self.controller.URL = fileUri

// HERE, the caption won't appear.
self.controller.annotation = NSDictionary(objectsAndKeys: "my caption", "InstagramCaption")

self.controller.UTI = "com.instagram.exclusivegram"
self.controller.presentOpenInMenuFromRect(CGRectZero, inView: self.view, animated: true)

我做错了什么?

1 个答案:

答案 0 :(得分:6)

请参阅问题Instagram Caption not working

此功能已从iPhone挂钩中删除