Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
dz_TZImagePickerController
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shuijing
dz_TZImagePickerController
Commits
617be7bc
Commit
617be7bc
authored
Sep 01, 2018
by
yuzheng.tz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新readme
parent
8d9198ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
README.md
README.md
+9
-1
No files found.
README.md
View file @
617be7bc
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment