We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70eecc commit 8c70406Copy full SHA for 8c70406
TZImagePickerController/TZImagePickerController/TZImagePickerController.m
@@ -271,7 +271,8 @@ - (void)configDefaultSetting {
271
self.barItemTextFont = [UIFont systemFontOfSize:15];
272
self.barItemTextColor = [UIColor whiteColor];
273
self.allowPreview = YES;
274
- self.notScaleImage = NO;
+ // 2.2.26版本,不主动缩放图片,降低内存占用
275
+ self.notScaleImage = YES;
276
self.statusBarStyle = UIStatusBarStyleLightContent;
277
self.cannotSelectLayerColor = [[UIColor whiteColor] colorWithAlphaComponent:0.8];
278
self.allowCameraLocation = YES;
0 commit comments