ZLPhotoBrowser icon indicating copy to clipboard operation
ZLPhotoBrowser copied to clipboard

Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语...

Results 65 ZLPhotoBrowser issues
Sort by recently updated
recently updated
newest added

你好,将gif图片添加到App目录后, 通过ZLImagePreviewController可以静态的展示出来(ZLURLTypeImage), 请问能不能动态显示gif图片呢

你好,在我的App选择视频后,如果将该视频保存到App中,请问是调用那个方法

系统语言是阿语的情况下,选图选不到正确的图,图片预览页向下滑动的时候会崩溃

在不自定义的情况下,如何跳转到系统的相机?

### 问题1: columnCount 属性没有考虑分屏浏览的情况。 目前的适配策略是这样的: columnCount 表示竖屏 iPhone 的一行显示个数,最小2、最大6,默认4。 横屏 iPhone 时 columnCount += 2,竖屏 iPad 时 columnCount += 2,横屏 iPad 时 columnCount += 4。 这个策略在 App 只支持全屏展示时表现正常,但是在 iPad 分屏浏览时会有问题。...

反馈一个BUG,避免其他兄嘚也采坑 ZLCustomCamera deinit 的时候调用了这行代码,会导致我的工程语音模块没有声音输入和输出,我内部用到了AVAudioSession相关的代码 try? AVAudioSession.sharedInstance().setActive(false, options: .notifyOthersOnDeactivation) 解决办法: 在自己的工程中调用 try? AVAudioSession.sharedInstance().setActive(true, options: .notifyOthersOnDeactivation)

我在配置中找到了拍照完成后直接进入裁剪页面,但在视频拍摄完后不能直接进入裁剪页面。 不想修改源码,请问有其他方法或我没找到的属性可以设置吗?

### Issue Description #### Description and Steps Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce...