【发布时间】:2015-10-16 05:54:33
【问题描述】:
我使用 UIDocumentInteractionController presentOptionsMenuFromBarButtonItem 在 Adobe Reader 应用程序中打开 PDF,通过邮件发送并打印。邮件和打印工作正常,但我无法打开任何其他应用程序。我尝试了 presentOpenInMenuFromBarButtonItem 和 UIActivityViewController 但它们都不能满足我的所有需求。
我尝试使用 documentInteractionController: willBeginSendingToApplication: delegate 打开 Adobe Reader,但我无法找到如何将 pdf 传递给应用程序。有可能吗?
如果没有,是否有另一种方法可以在 Adobe Reader 应用程序中打开 PDF,使用 Mail 发送并打印?
谢谢
【问题讨论】:
-
UIActivityController 有什么问题?
标签: ios uidocumentinteraction open-with