gpt4 book ai didi

iphone - 如何在 iOS 中加载更大尺寸的 PDF?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:25:06 24 4
gpt4 key购买 nike

我想在我的应用程序中显示 PDF(书籍),我正在获取 PDF 的路径并在 WEBVIEW 中打开它,它非常适合小型 PDF,但不适用于大型 PDF。

每当我传递任何较大尺寸 PDF 的 URL 时,UI 都会卡住。

你能给我建议更好的方法吗,这样我就可以在不花很多时间的情况下显示该 PDF。

Here is the code that I am using >>

 pdfURL = [NSURL URLWithString:@"URL GOES HERE"];
[webViewForPDF loadRequest:[NSURLRequest requestWithURL:pdfURL]];

提前致谢。

最佳答案

如果您的文件位于或下载到本地文件系统,您可能还想看看使用 UIDocumentInteractionController 打开和查看所述文件。在这里阅读所有相关信息:http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIDocumentInteractionController_class/Reference/Reference.html#//apple_ref/doc/uid/TP40009304

关于iphone - 如何在 iOS 中加载更大尺寸的 PDF?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11291360/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com