SilenceLove / HXPhotoPicker

图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iCloud online, browse the web image function
https://github.com/SilenceLove/HXPhotoPicker
MIT License
3.1k stars 663 forks source link

阿拉伯语 相册选择项目 选择的结果跟选择的不是同一个 #739

Open lufeng89224 opened 4 days ago

lufeng89224 commented 4 days ago

阿拉伯语 相册选择项目 选择A 预览的时候出现的是B 获取图片后 结果是C 视频 图片都是如此

class func imageDefaultConfig(maxSel:Int) -> PickerConfiguration{ var config = PickerConfiguration.default config.modalPresentationStyle = .fullScreen config.maximumSelectedCount = maxSel config.selectMode = maxSel == 1 ? .single : .multiple config.allowSelectedTogether = false config.selectOptions = .photo config.languageType = .arabic

    return config
}

https://github.com/user-attachments/assets/7942106e-31b2-48e4-a23d-e41148edfb67

lufeng89224 commented 4 days ago

主要是预览的时候对不上 config.photoSelectionTapAction = .quickSelect 是没问题的