SDWebImage清除某一特定url的图片缓存
2017-03-24 本文已影响174人
没八阿哥的程序
更换头像后需要清除本地缓存的之前的头像文件
[[SDImageCache sharedImageCache] removeImageForKey:<#(nullable NSString *)#> withCompletion:<#^(void)completion#>];
记录一下
更换头像后需要清除本地缓存的之前的头像文件
[[SDImageCache sharedImageCache] removeImageForKey:<#(nullable NSString *)#> withCompletion:<#^(void)completion#>];
记录一下