iOS Swift – 在Instagram上分享字幕

前端之家收集整理的这篇文章主要介绍了iOS Swift – 在Instagram上分享字幕前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我可以使用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)

我究竟做错了什么?

解决方法

见问题 Instagram Caption not working

功能已从iPhone挂钩中删除

原文链接:https://www.f2er.com/iOS/333571.html

猜你在找的iOS相关文章