CLPhotoLib 1.1.0

CLPhotoLib 1.1.0

727147910 维护。



CLPhotoLib

CI Status Version License Platform

示例

要运行示例项目,首先克隆存储库,然后从 Example 目录运行 pod install

要求

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

安装

CLPhotoLib 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 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>

作者

[email protected]

许可证

CLPhotoLib 在 MIT 许可证下可用。更多信息请参阅 LICENSE 文件。