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.
如果路径是 mysql 查询,为什么 qlpreviewcontroller 不加载我的 pdf 文件。
例如 :
http://myweb.com/ios/download.php?upl_P=699
该文件显示为已编码。
进阶谢谢
QLPreviewController 仅适用于文件 URL。您必须先将文件下载到本地文件系统,然后使用以下命令从磁盘加载它:
NSURL *fileURL = [NSURL fileURLWithPath:@"/path/to/file/on/disk"];