Commit d8696a34 authored by tanzhen's avatar tanzhen

注释manager.cachingImageManager.allowsCachingHighQualityImages

parent 989cf2c5
......@@ -27,7 +27,7 @@ static CGFloat TZScreenScale;
dispatch_once(&onceToken, ^{
manager = [[self alloc] init];
manager.cachingImageManager = [[PHCachingImageManager alloc] init];
manager.cachingImageManager.allowsCachingHighQualityImages = YES;
// manager.cachingImageManager.allowsCachingHighQualityImages = YES;
TZScreenWidth = [UIScreen mainScreen].bounds.size.width;
// 测试发现,如果scale在plus真机上取到3.0,内存会增大特别多。故这里写死成2.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment