[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  阅读(339)  评论(0)    收藏  举报