如何打开...按钮(iOS)

时间:2012-03-19 09:03:31

标签: ios ipad ibooks

我是iOS开发的新手,想要在我的应用中添加一个打开的..按钮,这样您就可以在iBooks或其他应用中查看该应用包含的pdf文件。

如何添加open in ..按钮?

由于

1 个答案:

答案 0 :(得分:1)

使用UIDocumentInteractionController

例如:

[[UIDocumentInteractionController interactionControllerWithURL:fileUrl] presentOpenInMenuFromBarButtonItem:barButton animated:YES];