0

我是 iOS 开发新手,想在我的应用程序中添加一个打开方式按钮,以便您可以查看应用程序在 iBooks 或其他应用程序中包含的 pdf 文件。

如何添加打开...按钮?

谢谢

4

1 回答 1

1

使用UIDocumentInteractionController

例如:

[[UIDocumentInteractionController interactionControllerWithURL:fileUrl] presentOpenInMenuFromBarButtonItem:barButton animated:YES];
于 2012-03-19T09:11:45.243 回答