Commit 617be7bc authored by yuzheng.tz's avatar yuzheng.tz

更新readme

parent 8d9198ed
...@@ -22,7 +22,8 @@ ...@@ -22,7 +22,8 @@
## 一. Installation 安装 ## 一. Installation 安装
#### CocoaPods #### CocoaPods
> pod 'TZImagePickerController' > pod 'TZImagePickerController' #iOS8 and later
> pod 'TZImagePickerController', '2.2.6' #iOS6、iOS7
#### Carthage #### Carthage
> github "banchichen/TZImagePickerController" > github "banchichen/TZImagePickerController"
...@@ -50,6 +51,13 @@ ...@@ -50,6 +51,13 @@
如果运行在iOS6或7系统上,用的是AssetsLibrary库获取照片资源。 如果运行在iOS6或7系统上,用的是AssetsLibrary库获取照片资源。
如果运行在iOS8及以上系统上,用的是PhotoKit库获取照片资源。 如果运行在iOS8及以上系统上,用的是PhotoKit库获取照片资源。
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`
`Privacy - Location When In Use Usage Description`
`Privacy - Microphone Usage Description`
`Privacy - Photo Library Usage Description`
## 四. More 更多 ## 四. More 更多
If you find a bug, please create a issue. If you find a bug, please create a issue.
......
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