【发布时间】:2013-06-20 19:42:41
【问题描述】:
我正在使用 SDWebimage 在我的 tablkeview 上加载图像 我在关注this教程
现在我遇到了一个问题,如果我在加载图像之前向下滚动并回击,应用程序就会崩溃。我该如何解决这个问题?
如何取消 SDWebImage 下载。 我经历了一些答案和讨论。但没有一个能帮助我,也无法使用它们
请帮帮我
我正在使用
[cell.UserImage setImageWithURL:[NSURL URLWithString:[SDWebArray objectAtIndex:indexPath.row]] placeholderImage:[UIImage imageNamed:@"Placeholder.png"]];
【问题讨论】:
-
你解决了吗?或者....
标签: iphone ios objective-c sdwebimage