0
点赞
收藏
分享

微信扫一扫

清除缓存


清除缓存(删除cache文件夹)

    NSArray *cache = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES);

    NSString *cachePath = cache[0];

    [manager removeItemAtPath:cachePath error:nil];

举报

相关推荐

0 条评论