【发布时间】:2015-04-01 09:15:39
【问题描述】:
我的应用程序需要将图像发布到 Instagram,我使用 UIDocumentInteractionController 打开保存在 Documents directory 中的图像文件,扩展名为 .igo。将 com.instagram.exclusivegram 设置为 UIDocumentInteractionController's UTI 属性。一切正常,我的问题是当我使用时
[dic presentOpenInMenuFromRect:CGRectZero inView:self.view animated:YES];
要打开UIDocumentInteractionController,它会显示PDF reader、DropBox 等。我必须隐藏Instagram 以外的其他选项或仅显示Instagram。以及如何在显示的菜单中识别Cancel button按下。
【问题讨论】:
标签: ios objective-c uiimage instagram social-networking