You will want to use the [UIImage imageWithContentsOfFile:@""]
method, as that doesn‘t cache images. imageNamed:
caches any images that are loaded through it.
[UIImage imageWithContentsOfFile:@""] 内存警告
原文:http://www.cnblogs.com/feng9exe/p/7286774.html