gpt4 book ai didi

ios - 如何在 iOS 中使用 QLPreviewController 使用 http 地址显示图像或文件?

转载 作者:行者123 更新时间:2023-12-01 16:18:43 27 4
gpt4 key购买 nike

我正在尝试使用 QLPreviewController通过 http 地址显示位于网络中的文件。
例如,我希望它显示位于此处的图像:http://iosdevelopertips.com/wp-content/uploads/2011/05/preview.jpg
previewItemAtIndex我这样做了:

NSString* url = @"http://iosdevelopertips.com/wp-content/uploads/2011/05/preview.jpg";
return [NSURL URLWithString: url];

但是当我点击表格 View 中的图像时,它会出现 Loading... QLPreviewController 的指标它无休止地旋转,在日志中我看到这条消息: Couldn't issue file extension for path: /wp-content/uploads/2011/05/preview.jpg那么问题是如何在 QLPreviewController 中显示文件?使用 http 位于网络中地址在 NSURL ?我究竟做错了什么?谢谢。

最佳答案

您需要自己下载项目,然后将文件 URL 传递给预览 Controller 。预览 Controller 只为您处理显示和用户交互。

关于ios - 如何在 iOS 中使用 QLPreviewController 使用 http 地址显示图像或文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17864091/

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