Skip to content

图片视频选择器<支持原图、GIF、LivePhoto>、支持图片视频编辑

License

Notifications You must be signed in to change notification settings

ClaudeLi/CLPhotoLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLPhotoLib

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

a.视频、图片(包含GIF、LivePhoto、原图)的选择
b.3Dtouch预览
c.手势滑动选择
d.视频压缩,裁剪,水印及自定义颜色填充处理
e.图片处理(待处理)
f.支持多语言
g.适配iOS 11,iPhone X

Installation

CLPhotoLib is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'CLPhotoLib'
Plist Notes:
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSCameraUsageDescription</key>
<string>请允许访问摄像头</string>
<key>NSMicrophoneUsageDescription</key>
<string>请允许访问麦克风</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>请允许访问相册</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>请允许访问相册</string>

Author

claudeli@yeah.net

License

CLPhotoLib is available under the MIT license. See the LICENSE file for more info.

About

图片视频选择器<支持原图、GIF、LivePhoto>、支持图片视频编辑

Resources

License

Stars

Watchers

Forks

Packages

No packages published