问题描述
解决方案
一般缓存是根据url做的,头像都换了,对应的链接也应该变化的,非要一致的url。那么久不能缓存了。
解决方案二:
用SDWebimage 加载图片[ImageView sd_setImageWithURL:[NSURL URLWithString:item.head_image] placeholderImage:[UIImage imageNamed:@"chatListCellHead"] options:SDWebImageRefreshCached ];options:传SDWebImageRefreshCached 刷新缓存
时间: 2024-09-22 12:31:52