gpt4 book ai didi

ios - quicklook 不显示图像但有正确的数据

转载 作者:行者123 更新时间:2023-11-28 22:26:15 24 4
gpt4 key购买 nike

我正在使用 quicklook 预览本地保存的图像。当我运行该应用程序时,quicklook 读取了正确的文件并具有正确的图像内存,但不进行预览。它向我展示了这样的东西。

enter image description here

在我的代码中,我将一个 NSURL 传递给这个委托(delegate)方法

(id)previewController:(QLPreviewController *)previewController previewItemAtIndex:(NSInteger)idx so i guess everything is in place. but what could i missing?

编辑:创建路径我通过以下方式完成:

filePath = [NSString stringWithFormat:@"%@/LeBaccPictureDownloadedTemperoraly", [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0]];

在我提到的委托(delegate)方法中,我通过以下方式返回 url:

[NSURL fileURLWithPath:filePath];

最佳答案

文件路径 = [@"~/Documents/LeBaccPictureDownloadedTemperoraly"stringByExpandingTildeInPath];改变什么?文件有扩展名吗?尝试在 UIImageView 中显示文件以确保文件没有损坏。什么文件格式xD

像这样?

关于ios - quicklook 不显示图像但有正确的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18878601/

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