上传了头像 后台给返回的地址和之前的是一样的地址 缓存中拿到的还是之前的地址
这是我之前写的:
[headImageView sd_setImageWithURL:[NSURL URLWithString:SYS_SINGLETON.user.yhtx] placeholderImage:[UIImage imageNamed:@"defaulthead_img"]];
更改后:
[headImageView sd_setImageWithURL:[NSURL URLWithString:SYS_SINGLETON.user.yhtx] placeholderImage:[UIImage imageNamed:@"defaulthead_img"] options:SDWebImageRefreshCached];
网友评论