We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
阿拉伯语 相册选择项目 选择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 }
The text was updated successfully, but these errors were encountered:
主要是预览的时候对不上 config.photoSelectionTapAction = .quickSelect 是没问题的
Sorry, something went wrong.
No branches or pull requests
阿拉伯语 相册选择项目
选择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
RPReplay_Final1730684112.mov
The text was updated successfully, but these errors were encountered: