longitachi / ZLPhotoBrowser

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

可否支持单选点击缩略图直接返回 #777

Closed haoqiangyu closed 1 year ago

haoqiangyu commented 1 year ago

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 the issue.

Info

ZLPhotoBrowser version: e.g. 4.3.7 Device: e.g. iPhone X Device version: e.g. iOS 14.0 Xcode version: e.g. Xcode 12.0

Configuration code of ZLPhotoConfiguration

   Paste your code here.
longitachi commented 1 year ago

最新代码已支持,跟随下个版本发布

// 满足下两个条件即可
ZLPhotoConfiguration.default()
    .allowPreviewPhotos(false)
    .maxSelectCount(1)