Commit c176ac4a authored by yuzheng's avatar yuzheng

给TZLocationManager的manager方法增加swift别名;发布3.1.2版本

parent bd21f746
...@@ -6,21 +6,23 @@ about: 发现一个bug或疑似bug ...@@ -6,21 +6,23 @@ about: 发现一个bug或疑似bug
**提bug前必看** **提bug前必看**
请先回答下列三个问题,否则不允处理,谢谢配合。 请先回答下列三个问题,否则不允处理,谢谢配合。
1、我最新的Demo是否有这个bug?——是【**如果Demo没问题,请升级新版** 1、我最新的Demo是否有这个bug?【**如果Demo没问题,请升级新版**
2、你用的是什么版本?升级后是否正常?——3.0.7,已经是用的最新版 答:
3、是否有改动过我库内部的代码?——否【**如有,请告诉我你改了什么**
2、你用的是什么版本?升级到最新版后是否正常?
答:
3、是否有改动过我库内部的代码?【**如有,请告诉我你改了什么**
答:
**bug内容描述** **bug内容描述**
请在这里描述bug的内容:
**如何复现这个bug?**
以下是示例,请替换你的bug复现步骤: **我如何复现这个bug?**
1、Demo默认设置,去选择照片
2、选择一个照片去预览
3、导航栏没有消失
**截图** **截图**
如有,请在这贴上你的截图:
**其它说明** **其它说明**
有没有其它要补充的?比如你的初始化TZImagePickerController的代码 有没有其它要补充的?比如你的初始化TZImagePickerController的代码
...@@ -133,7 +133,7 @@ A:不要去拿PHImageFileURLKey,没用的,只有通过Photos框架才能 ...@@ -133,7 +133,7 @@ A:不要去拿PHImageFileURLKey,没用的,只有通过Photos框架才能
## 六. Release Notes 最近更新 ## 六. Release Notes 最近更新
3.1.1 适配阿拉伯等语言下从右往左布局的特性 3.1.2 适配阿拉伯等语言下从右往左布局的特性
3.0.8 新增gifImagePlayBlock允许使用FLAnimatedImage等替换内部的GIF播放方案 3.0.8 新增gifImagePlayBlock允许使用FLAnimatedImage等替换内部的GIF播放方案
**3.0.7 适配iPhoneXR、XS、XS Max,建议大家尽快更新** **3.0.7 适配iPhoneXR、XS、XS Max,建议大家尽快更新**
3.0.6 优化保存照片、视频的方法 3.0.6 优化保存照片、视频的方法
......
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "TZImagePickerController" s.name = "TZImagePickerController"
s.version = "3.1.1" s.version = "3.1.2"
s.summary = "A clone of UIImagePickerController, support picking multiple photos、original photo and video" s.summary = "A clone of UIImagePickerController, support picking multiple photos、original photo and video"
s.homepage = "https://github.com/banchichen/TZImagePickerController" s.homepage = "https://github.com/banchichen/TZImagePickerController"
s.license = "MIT" s.license = "MIT"
s.author = { "banchichen" => "tanzhenios@foxmail.com" } s.author = { "banchichen" => "tanzhenios@foxmail.com" }
s.platform = :ios s.platform = :ios
s.ios.deployment_target = "8.0" s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/banchichen/TZImagePickerController.git", :tag => "3.1.1" } s.source = { :git => "https://github.com/banchichen/TZImagePickerController.git", :tag => "3.1.2" }
s.requires_arc = true s.requires_arc = true
s.resources = "TZImagePickerController/TZImagePickerController/*.{png,bundle}" s.resources = "TZImagePickerController/TZImagePickerController/*.{png,bundle}"
s.source_files = "TZImagePickerController/TZImagePickerController/*.{h,m}" s.source_files = "TZImagePickerController/TZImagePickerController/*.{h,m}"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.1.1</string> <string>3.1.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// //
// Created by 谭真 on 15/12/24. // Created by 谭真 on 15/12/24.
// Copyright © 2015年 谭真. All rights reserved. // Copyright © 2015年 谭真. All rights reserved.
// version 3.1.1 - 2018.11.07 // version 3.1.2 - 2018.11.14
// 更多信息,请前往项目的github地址:https://github.com/banchichen/TZImagePickerController // 更多信息,请前往项目的github地址:https://github.com/banchichen/TZImagePickerController
/* /*
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// //
// Created by 谭真 on 15/12/24. // Created by 谭真 on 15/12/24.
// Copyright © 2015年 谭真. All rights reserved. // Copyright © 2015年 谭真. All rights reserved.
// version 3.1.1 - 2018.11.07 // version 3.1.2 - 2018.11.14
// 更多信息,请前往项目的github地址:https://github.com/banchichen/TZImagePickerController // 更多信息,请前往项目的github地址:https://github.com/banchichen/TZImagePickerController
#import "TZImagePickerController.h" #import "TZImagePickerController.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
@interface TZLocationManager : NSObject @interface TZLocationManager : NSObject
+ (instancetype)manager; + (instancetype)manager NS_SWIFT_NAME(default());
/// 开始定位 /// 开始定位
- (void)startLocation; - (void)startLocation;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.1.1</string> <string>3.1.2</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string> <string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
......
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