SDWebImage 占用内存高,内存不释放,内存暴涨问题解决方案

在使用SDWebImage加载较多图片造成内存警告时,定期调用

 [[SDImageCache sharedImageCache] setValue:nil forKey:@"memCache"];

就可以解决占用内存高问题

你可能感兴趣的:(SDWebImage 占用内存高,内存不释放,内存暴涨问题解决方案)