我是 iOS 开发新手,想在我的应用程序中添加一个打开方式按钮,以便您可以查看应用程序在 iBooks 或其他应用程序中包含的 pdf 文件。
如何添加打开...按钮?
谢谢
使用UIDocumentInteractionController。
例如:
[[UIDocumentInteractionController interactionControllerWithURL:fileUrl] presentOpenInMenuFromBarButtonItem:barButton animated:YES];