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.
我使用 UIWebView 在我的应用程序中显示 pdf 文档。我在某处读到 UIWebView 在安全方面可能存在一些漏洞;但我不明白我的加密 pdf 是否可以利用这些漏洞被盗。我应该退出使用 UIWebView 来保护我的 pdf 文件吗?
非常感谢。
您应该使用 Quicklook Framework 将 pdf 显示为预览。
使用这个很好的教程来使用这个框架:preview-documents-with-qlpreviewcontroller
希望它可以帮助你。