[UIImage imageWithContentsOfFile:@""] 内存警告
Posted zzfx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[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.
以上是关于[UIImage imageWithContentsOfFile:@""] 内存警告的主要内容,如果未能解决你的问题,请参考以下文章
Swift 从两个 UIImage 并排生成单个 UIImage
将UIImage转换为NSData并在Swift中转换回UIImage?
UIImage + NSCache 与 [UIImage imageNamed:]