保存到缓存后图像不显示

时间:2014-12-09 12:06:19

标签: ios objective-c sdwebimage

我正在使用SDWebImage框架来缓存我的应用程序中的图像。

我已将所有网址存储在数据库中。网址正确显示,但只显示占位符图片。

[cell.productCategoryImg sd_setImageWithURL:[NSURL URLWithString:imgStr]
                           placeholderImage:[UIImage imageNamed:@"zamor.png"]
                                    options:SDWebImageRefreshCached];

0 个答案:

没有答案