From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 12 Jul 2018 13:44:34 +0800
Subject: [PATCH] bug修复和功能优化

---
 screendisplay/Pods/TZImagePickerController/README.md |  124 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 124 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/TZImagePickerController/README.md b/screendisplay/Pods/TZImagePickerController/README.md
new file mode 100644
index 0000000..1a553e5
--- /dev/null
+++ b/screendisplay/Pods/TZImagePickerController/README.md
@@ -0,0 +1,124 @@
+# TZImagePickerController
+[![CocoaPods](https://img.shields.io/cocoapods/v/TZImagePickerController.svg?style=flat)](https://github.com/banchichen/TZImagePickerController)
+[![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+���
+ 
+ ## ������������������issue������������������������������issue������������������������������bug������������Demo������������������������Demo������bug������������issue���Demo������������������������������issue���������������������������������������������������������������������������������������������������������������������������������
+ 
+     ������������iOS10���Xcdoe8���������:    
+ ���Xcode8���������������������������iOS10���������/������������������������������������������������������info.plist������������������Privacy - Photo Library Usage Description���Privacy - Camera Usage Description���������������Demo���info.plist���������������
+    
+     ������������ 1.Demo������ 2.��������������� 3.��������������� 4.���������������
+<img src="https://github.com/banchichen/TZImagePickerController/blob/master/TZImagePickerController/ScreenShots/DemoPage.png" width="40%" height="40%"><img src="https://github.com/banchichen/TZImagePickerController/blob/master/TZImagePickerController/ScreenShots/photoPickerVc.PNG" width="40%" height="40%">
+<img src="https://github.com/banchichen/TZImagePickerController/blob/master/TZImagePickerController/ScreenShots/photoPreviewVc.PNG" width="40%" height="40%"><img src="https://github.com/banchichen/TZImagePickerController/blob/master/TZImagePickerController/ScreenShots/videoPlayerVc.PNG" width="40%" height="40%">
+
+## ���. Installation ������
+
+#### CocoaPods
+> pod 'TZImagePickerController'
+
+#### Carthage
+> github "banchichen/TZImagePickerController"
+
+#### ������������
+> ���TZImagePickerController���������������������������������������������#import "TZImagePickerController.h"
+
+## ���. Example ������
+
+    TZImagePickerController *imagePickerVc = [[TZImagePickerController alloc] initWithMaxImagesCount:9 delegate:self];
+    
+    // You can get the photos by block, the same as by delegate.
+    // ���������������block���������������������������������������������.
+    [imagePickerVc setDidFinishPickingPhotosHandle:^(NSArray<UIImage *> *photos, NSArray *assets) {
+    
+    }];
+    [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������������������������
+   
+## ���. More ������ 
+
+  If you find a bug, please create a issue.  
+  Welcome to pull requests.  
+  More infomation please view code.  
+  ������������������bug���������������issue��� 
+  ���������������pull requests���  
+  ���������������������������������������������������: [������������](http://www.jianshu.com/p/1975411a31bb "��������� - ������")
+  
+      ������issue: 
+  ���������������������������**������������**���**������������**���**������������**���**������������**���**������������**���**���������������������������������������**������������������������������~���������������������������issue������������������issue���������������������������
+  
+## ���. Other ������    
+
+      ������������
+**Q���pod search TZImagePickerController ���������������������������������**       
+A������������������������cd���������������������������������Desktop���������������pod setup������������������spec���������������������������������,���������������������������       
+     
+**Q������������������������������**         
+A������������issue481���https://github.com/banchichen/TZImagePickerController/issues/481 ���������������������������������������������issue���������   
+ 
+**Q���photos������������������������������������������������**        
+A������������issue457������������https://github.com/banchichen/TZImagePickerController/issues/457    
+
+**Q������������������������/���������������������������������������������������������������������������/���������**        
+A������������issue443������������https://github.com/banchichen/TZImagePickerController/issues/443
+ 
+**Q���������������������������������NSURL���UIImage���������**       
+A���������������������������   
+
+**Q������������������������**        
+A���1.8.4���������������    
+
+**Q������������������������������������**      
+A���������������������������   
+
+**Q������������������������������������**         
+A���1.8.4���������������   
+
+**Q���������������������������������������������**         
+A���1.8.4���������������   
+  
+**Q���������������������������������������������**           
+A���������������������������  
+
+      ������������    
+2.1.6 ������allowCameraLocation������������������YES���������NO������������������/���������������������������������������������bug              
+2.1.5 ������������showSelectedIndex������������������iCloud������������������������bug              
+2.1.4 ���������������������������������������������block������������������������������UI������              
+2.1.2 ������showPhotoCannotSelectLayer���������������������������������������������������������������������������������������������������������������������������������            
+2.1.1 ������������������������������������������������������������������                 
+2.1.0.3 ���������������������������������������������           
+2.0.1 ������������bug        
+2.0.0.6 ���������������languageBundle������������������������������       
+2.0.0.5 ������������������������������������������������������������������    
+2.0.0.2 ������������������������������������������������������������������������������������������     
+1.9.8  ������Carthage���������������������    
+1.9.6  ���������������������gif���������toolbar���iPhoneX������������      
+1.9.5  ������������������API������������������������     
+1.9.4  ������iPhoneX �� ��   
+1.9.0  ������"prefs:root="������������������API���������������������API������������������������     
+...   
+1.8.4  ������������������������������������/gif���������������������������������������    
+1.8.1  ������2������������������������������������������������/���������������������     
+1.8.0  ������������bug, ���������������     
+...   
+1.7.7  ������GIF������������������������    
+1.7.6  ���������������������������������������������     
+1.7.5  ���������������������������������������������     
+1.7.4  ������������������������������������������������������������������������    
+1.7.3  ������iCloud������������������������    
+...   
+1.5.0  ������������������������������������������������������������������Demo������UI���������������������������������   
+...      
+1.4.5  ���������������������������������������������������������������������������������������������Demo���������������   
+...        

--
Gitblit v1.8.0