longitachi / ZLPhotoBrowser

Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能;
MIT License
4.71k stars 950 forks source link

在设置可以选择原图和单张限制下,拍照的问题 #824

Closed China-jxsg-YanYuanJie closed 11 months ago

China-jxsg-YanYuanJie commented 1 year ago

1.设置原图选项 2.设置最大选择一张 3.点击拍照->完成 会回到照片列表,拍摄照片是高亮的,其它是灰色的,但是拍摄的照片却又没有被勾选,需要点击拍摄的照片去到照片预览页面.点击确认后才能走完选择完照片的流程. 期望在 可以原图模式,最大选择一张的情况下.拍照->完成后 直接就能完成选择照片流程

[

https://github.com/longitachi/ZLPhotoBrowser/assets/112070751/a952fe42-2e83-408d-aa67-4299c65b58be

](url)

longitachi commented 1 year ago

https://github.com/longitachi/ZLPhotoBrowser/blob/7274aeeeafe386e3c9d67eecfbdfd919280032e4/Sources/General/ZLPhotoConfiguration.swift#L118C5-L119 可将该参数设置为true实现想要的效果,issue中提到的流程,后续会考虑优化