Commit 8c704067 authored by yuzheng.tz's avatar yuzheng.tz

notScaleImage默认值设为YES,不主动缩放图片,降低内存占用

parent b70eeccb
......@@ -271,7 +271,8 @@
self.barItemTextFont = [UIFont systemFontOfSize:15];
self.barItemTextColor = [UIColor whiteColor];
self.allowPreview = YES;
self.notScaleImage = NO;
// 2.2.26版本,不主动缩放图片,降低内存占用
self.notScaleImage = YES;
self.statusBarStyle = UIStatusBarStyleLightContent;
self.cannotSelectLayerColor = [[UIColor whiteColor] colorWithAlphaComponent:0.8];
self.allowCameraLocation = YES;
......
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