标签:xca anti bsp memory span and 沙盒 margin arm
scrollViewDidScroll时,清除缓存
// 清除缓存 [[SDImageCache sharedImageCache] clearMemory]; // 设置缓存时长为1个月 // [SDImageCache sharedImageCache].maxCacheAge = 30 * 24 * 60 * 60; // 清除沙盒中所有使用SD缓存的过期图片(缓存时长 > 一个星期) // [[SDImageCache sharedImageCache] cleanDisk]; // 清除沙盒中所有使用SD缓存的图片 // [[SDImageCache sharedImageCache] clearDisk];
标签:xca anti bsp memory span and 沙盒 margin arm
原文地址:https://www.cnblogs.com/StevenHuSir/p/10128820.html