Skip to content

Commit ae9cc85

Browse files
committed
完善isNeedShowToolbar,发布0.5.2
1 parent 61a3ae0 commit ae9cc85

File tree

12 files changed

+35
-38
lines changed

12 files changed

+35
-38
lines changed

Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ SPEC REPOS:
1515

1616
SPEC CHECKSUMS:
1717
SDWebImage: c5594f1a19c48d526d321e548902b56b479cd508
18-
TZImagePickerController: 679ae9fa11e189a9a81291ae96f0a4463be8edc1
18+
TZImagePickerController: 9c249613a73ee88fa352d3f9e77a84e1d820993f
1919

20-
PODFILE CHECKSUM: 76e42ffa49a5b8af65f5d9125b7f787a960d2f11
20+
PODFILE CHECKSUM: 0a0601b043c19f397c913319d0c2d710399d8a21
2121

22-
COCOAPODS: 1.7.5.3
22+
COCOAPODS: 1.7.5

Pods/Manifest.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/TZImagePickerController/README.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/TZImagePickerController/TZImagePickerController/TZImagePickerController/TZImagePickerController.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/TZImagePickerController/TZImagePickerController/TZImagePickerController/TZImagePickerController.m

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/TZImagePickerController/TZImagePickerController/TZImagePickerController/TZPhotoPickerController.m

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TZImagePreviewController.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = "TZImagePreviewController"
3-
s.version = "0.5.1"
3+
s.version = "0.5.2"
44
s.summary = "Enhance the TZImagePickerController library, supports to preview photo by UIImage or NSURL and preview video by NSURL."
55
s.homepage = "https://github.com/banchichen/TZImagePreviewController"
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/TZImagePreviewController.git", :tag => "0.5.1" }
10+
s.source = { :git => "https://github.com/banchichen/TZImagePreviewController.git", :tag => "0.5.2" }
1111
s.requires_arc = true
1212
s.source_files = "TZImagePreviewController/TZImagePreviewController/*.{h,m}"
1313
s.frameworks = "Photos"
14-
s.dependency 'TZImagePickerController', '>=3.6.7'
14+
s.dependency 'TZImagePickerController', '>=3.6.8'
1515
end

TZImagePreviewController.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
"$(inherited)",
397397
"@executable_path/Frameworks",
398398
);
399-
MARKETING_VERSION = 0.5.1;
399+
MARKETING_VERSION = 0.5.2;
400400
PRODUCT_BUNDLE_IDENTIFIER = tanzhen.TZImagePreviewController.www;
401401
PRODUCT_NAME = "$(TARGET_NAME)";
402402
TARGETED_DEVICE_FAMILY = "1,2";
@@ -416,7 +416,7 @@
416416
"$(inherited)",
417417
"@executable_path/Frameworks",
418418
);
419-
MARKETING_VERSION = 0.5.1;
419+
MARKETING_VERSION = 0.5.2;
420420
PRODUCT_BUNDLE_IDENTIFIER = tanzhen.TZImagePreviewController.www;
421421
PRODUCT_NAME = "$(TARGET_NAME)";
422422
TARGETED_DEVICE_FAMILY = "1,2";

TZImagePreviewController/TZImagePreviewController/TZImagePreviewController.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Created by 谭真 on 18/08/23.
66
// Copyright © 2018年 谭真. All rights reserved.
7-
// version 0.5.1 - 2021.11.27
7+
// version 0.5.2 - 2022.09.19
88
// 更多信息,请前往项目的github地址:https://github.com/banchichen/TZImagePreviewController
99

1010
#import <UIKit/UIKit.h>
@@ -25,7 +25,7 @@
2525
/// 是否选择了原图
2626
@property (nonatomic, assign) BOOL isSelectOriginalPhoto;
2727

28-
/// 是否显示toolbar
28+
/// 是否需要显示底部的toolbar,默认YES
2929
@property (nonatomic, assign) BOOL isNeedShowToolbar;
3030

3131
/// 传入的photos有NSURL对象时会触发,请使用你依赖的图片库给imageView设置图片

0 commit comments

Comments
 (0)