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 @@ -92,6 +92,7 @@ A:1.8.4版本已支持
9292A:考虑下,优先级低
9393
9494 最近更新
95+ 2.1.6 新增allowCameraLocation属性,默认为YES,置为NO时不会在照相/摄像时定位,修复一个序号紊乱的bug
95962.1.5 修复开启showSelectedIndex后照片列表页iCloud图片进度条紊乱的bug
96972.1.4 新增多个页面和组件的样式自定义block,允许自定义绝大多数UI样式
97982.1.2 新增showPhotoCannotSelectLayer属性,当已选照片张数达到最大可选张数时,可像微信一样让其它照片显示一个提示不可选的浮层
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "TZImagePickerController"
3- s . version = "2.1.5 "
3+ s . version = "2.1.6 "
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 = "6.0"
10- s . source = { :git => "https://github.com/banchichen/TZImagePickerController.git" , :tag => "2.1.5 " }
10+ s . source = { :git => "https://github.com/banchichen/TZImagePickerController.git" , :tag => "2.1.6 " }
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 >2.1.5 </string >
18+ <string >2.1.6 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
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 2.1.5 - 2018.06.03
7+ // version 2.1.6 - 2018.06.12
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 2.1.5 - 2018.06.03
7+ // version 2.1.6 - 2018.06.12
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 >2.1.5 </string >
18+ <string >2.1.6 </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