我正在使用SDWebImage
框架来缓存我的应用程序中的图像。
我已将所有网址存储在数据库中。网址正确显示,但只显示占位符图片。
[cell.productCategoryImg sd_setImageWithURL:[NSURL URLWithString:imgStr]
placeholderImage:[UIImage imageNamed:@"zamor.png"]
options:SDWebImageRefreshCached];