如何在Objective-C中显示PDF?

如何在Objective-C中阅读和显示PDF?

如果你只是想显示它,最简单的方法是将其加载到UIWebView中。

如果您想单独阅读并向用户显示PDF,就像邮件应用程序在您的iOS设备上执行所有滚动和缩放操作一样,然后使用UIDocumentInteractionController。

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIDocumentInteractionController_class/Reference/Reference.html

您可以在我最近的一个问题中find一些有用的代码,在这里:

UIDocumentInteractionController在退出时崩溃

希望这可以帮助。

看看ZoomingPDFViewer的这个Apple示例代码(需要iOS Developer的成员才能看到这个链接)。

easiset的方式是用UIDocumentInteractionController

缺点:你需要一个本地文件的URL