[UIImage imageWithContentsOfFile:@""] 内存警告

You will want to use the [UIImage imageWithContentsOfFile:@""] method, as that doesn't cache images. imageNamed: caches any images that are loaded through it.

posted @ 2017-08-04 19:15  zzfx  阅读(329)  评论(0编辑  收藏  举报