gpt4 book ai didi

ios - 崩溃-setImageWithURLRequest :~

转载 作者:行者123 更新时间:2023-12-03 02:20:53 24 4
gpt4 key购买 nike

我正在使用此函数循环下载一些图像 for(int i=0;i<images.count;i++) .

- (void)setImageWithURLRequest:(NSURLRequest *)urlRequest
placeholderImage:(UIImage *)placeholderImage
success:(void (^)(NSURLRequest *request, NSHTTPURLResponse * __nullable response, UIImage *image))success
failure:(void (^)(NSURLRequest *request, NSHTTPURLResponse * __nullable response, NSError *error))failure;

当图像仍在下载时,我从导航中返回,应用程序崩溃(由于信号崩溃:SIGTRAP() at 193e73fb0)。

我该怎么办?因此,即使下载尚未完成,我也会点击返回[self.navigationController popViewControllerAnimated:YES]; ,应用程序不会崩溃。

或者也许有其他方法可以做到这一点?

先谢谢了。

最佳答案

for (int i=0;i<[img 计数];i++)

{

nsstring *obj=[img objectatindex:i];

[imgOffer sd_setImageWithURL:[NSURL URLWithString:obj]placeholderImage:[UIImage imageNamed:@""] 选项:0];

}

您可以使用 SDWebimagecache 并将此文件 #import "UIImageView+WebCache.h"导入到您的 View Controller

关于ios - 崩溃-setImageWithURLRequest :~,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42104456/

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