File tree Expand file tree Collapse file tree
TZImagePickerControllerFramework Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ A:不要去拿PHImageFileURLKey,没用的,只有通过Photos框架才能
125125
126126## 六. Release Notes 最近更新
127127
128- 3.2.2 适配iOS13,若干问题修复
128+ 3.2.3 适配iOS13,若干问题修复
1291293.2.1 新增裁剪用scaleAspectFillCrop属性,设置为YES后,照片尺寸小于裁剪框时会自动放大撑满
1301303.2.0 加入用NSOperationQueue控制获取原图并发数降低内存的示例
1311313.1.8 批量获取图片时加入队列控制,尝试优化大批量选择图片时CPU和内存占用过高的问题(仍然危险,maxImagesCount谨慎设置过大...)
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "TZImagePickerController"
3- s . version = "3.2.2 "
3+ s . version = "3.2.3 "
44 s . summary = "A clone of UIImagePickerController, support picking multiple photos、original photo and video"
55 s . homepage = "https://github.com/banchichen/TZImagePickerController"
66 s . license = "MIT"
77 s . author = { "banchichen" => "tanzhenios@foxmail.com" }
88 s . platform = :ios
99 s . ios . deployment_target = "8.0"
10- s . source = { :git => "https://github.com/banchichen/TZImagePickerController.git" , :tag => "3.2.2 " }
10+ s . source = { :git => "https://github.com/banchichen/TZImagePickerController.git" , :tag => "3.2.3 " }
1111 s . requires_arc = true
1212 s . resources = "TZImagePickerController/TZImagePickerController/*.{png,bundle}"
1313 s . source_files = "TZImagePickerController/TZImagePickerController/*.{h,m}"
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.2.2 </string >
18+ <string >3.2.3 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
5050 <string >UIInterfaceOrientationPortraitUpsideDown </string >
5151 </array >
5252 <key >UIViewControllerBasedStatusBarAppearance </key >
53- <false />
53+ <true />
5454</dict >
5555</plist >
Original file line number Diff line number Diff line change 44//
55// Created by 谭真 on 15/12/24.
66// Copyright © 2015年 谭真. All rights reserved.
7- // version 3.2.2 - 2019.08.27
7+ // version 3.2.3 - 2019.09.04
88// 更多信息,请前往项目的github地址:https://github.com/banchichen/TZImagePickerController
99
1010/*
Original file line number Diff line number Diff line change 44//
55// Created by 谭真 on 15/12/24.
66// Copyright © 2015年 谭真. All rights reserved.
7- // version 3.2.2 - 2019.08.27
7+ // version 3.2.3 - 2019.09.04
88// 更多信息,请前往项目的github地址:https://github.com/banchichen/TZImagePickerController
99
1010#import " TZImagePickerController.h"
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.2.2 </string >
18+ <string >3.2.3 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSPrincipalClass </key >
You can’t perform that action at this time.
0 commit comments