Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个加载 pdf 文档的 webview。如果文档大小大于 2 MB,则会收到内存警告并且应用程序正在崩溃。pdf文件的大小有限制吗?
请回复。
谢谢维基
用 a 渲染 PDFUIWebView是不对的。任何足够复杂或大的 PDF 都会导致您的应用程序崩溃。UIWebView仅适用于简单的 1-2 页长的 PDF。
UIWebView
请参阅此讨论: 适用于 iPhone / iPad / iOs 的快速精益 PDF 查看器 - 提示和提示?. UIWebView那里提到了一些替代方案。