[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.
判断力是一个人最重要的能力
You will want to use the [UIImage imageWithContentsOfFile:@""]
method, as that doesn't cache images. imageNamed:
caches any images that are loaded through it.