fix
杨锴
2024-08-23 adc2db9bb29e7f316c46b6de679db1522ffc9cc8
Pods/TZImagePickerController/README.md
@@ -3,12 +3,12 @@
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
 A clone of UIImagePickerController, support picking multiple photos、original photo、video, also allow preview photo and video, support iOS6+.
 一个支持多选、选原图和视频的图片选择器,同时有预览功能,支持iOS6+。
 A clone of UIImagePickerController, support picking multiple photos、original photo、video, also allow preview photo and video, support iOS10+.
 一个支持多选、选原图和视频的图片选择器,同时有预览功能,支持iOS10+。
 
## 重要提示1:提issue前,请先对照Demo、常见问题自查!Demo正常说明你可以升级下新版试试。          
 
## 重要提示2:3.7.5版本修复了iOS15.2下初次授权相册权限时的长时间卡顿&白屏问题,强烈建议尽快更新
## 重要提示2:3.8.7版本修复了iOS18下无照片的问题
     关于iOS14模拟器的问题
 PHAuthorizationStatusLimited授权模式下,iOS14模拟器有bug,未授权照片无法显示,真机正常,暂可忽略:https://github.com/banchichen/TZImagePickerController/issues/1347 
 
@@ -43,14 +43,9 @@
    [self presentViewController:imagePickerVc animated:YES completion:nil];
  
## 三. Requirements 要求
   iOS 6 or later. Requires ARC
   iOS6及以上系统可使用. ARC环境.
   When system version is iOS6 or iOS7,  Using AssetsLibrary.
   When system version is iOS8 or later, Using PhotoKit.
   如果运行在iOS6或7系统上,用的是AssetsLibrary库获取照片资源。
   如果运行在iOS8及以上系统上,用的是PhotoKit库获取照片资源。
   iOS 10 or later.
   支持iOS10及以上系统。
   TZImagePickerController uses Camera、Location、Microphone、Photo Library,you need add these properties to info.plist like Demo:       
   TZImagePickerController使用了相机、定位、麦克风、相册,请参考Demo添加下列属性到info.plist文件:        
      `Privacy - Camera Usage Description`     
@@ -128,10 +123,11 @@
## 六. Release Notes 最近更新     
**3.8.7 支持iOS18** [#1686](https://github.com/banchichen/TZImagePickerController/issues/1686)
**3.8.5 新增隐私清单文件** [#1675](https://github.com/banchichen/TZImagePickerController/pull/1675)               
**3.8.4 支持使用不带定位代码的版本** [#1606](https://github.com/banchichen/TZImagePickerController/pull/1606)               
**3.8.1 iOS14下可添加访问更多照片,详见PR内的评论** [#1526](https://github.com/banchichen/TZImagePickerController/pull/1526)
**3.7.6 修复iOS15.2下初次授权相册权限时的长时间卡顿&白屏问题** [#1547](https://github.com/banchichen/TZImagePickerController/issues/1547)
3.8.1 iOS14下可添加访问更多照片,详见PR内的评论 [#1526](https://github.com/banchichen/TZImagePickerController/pull/1526)
3.7.6 修复iOS15.2下初次授权相册权限时的长时间卡顿&白屏问题 [#1547](https://github.com/banchichen/TZImagePickerController/issues/1547)
**3.6.7 修复Xcode13&iOS15下导航栏颜色异常问题**        
3.6.2 新增allowEditVideo,单选视频时支持裁剪        
3.6.0 修复iOS14下iCloud视频导出失败问题        
@@ -174,3 +170,7 @@
...      
1.4.5  性能大幅提升(性能测试截图请去博客查看);可在照片列表页拍照;Demo大幅优化;   
...        
## 七. Common links 常用链接
1. Json diff online: https://www.jsondiffonline.com/