Skip to content
New issue

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

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

Open
lufeng89224 opened this issue Nov 4, 2024 · 1 comment

Comments

@lufeng89224
Copy link

阿拉伯语 相册选择项目
选择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
}
RPReplay_Final1730684112.mov
@lufeng89224
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant