-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
阿拉伯语未适配,且有bug #1623
Comments
老哥,阿拉伯语适配的问题,有老哥提了个PR:#1611 |
阿拉伯语言,相册选择正常,点击图片预览错误,这个什么时候修复?我暂时改成这样好像没问题?
|
@wanghan295687016 欢迎PR哈 |
banchichen
added a commit
that referenced
this issue
Nov 21, 2023
fix #1623 UIView强制RTL后,点击的照片与详情的照片不一致. 第一张照片图与详情不一致
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
提bug前必看
请先回答下列三个问题,否则不允处理,谢谢配合。
1、我最新的Demo是否有这个bug?【如果Demo没问题,请升级新版】
答:有
2、你用的是什么版本?升级到最新版后是否正常?
答:3.8.3,不正常
3、是否有改动过我库内部的代码?【如有,请说明改动点】
答:没有
bug内容描述
1、设置阿拉伯语后,导航栏的文字和工具栏的文字未适配。将Localizable文件里面白色文字的双引号删除即可
2、未适配镜像模式(显示左右相反)。百度或者下载海外的app设置阿拉伯语后的效果
3、设置镜像后,点击的照片与详情的照片不一致,具体看截图
我如何复现这个bug?
设置镜像模式的代码
[UIView appearance].semanticContentAttribute = UISemanticContentAttributeForceRightToLeft;
[UISearchBar appearance].semanticContentAttribute = UISemanticContentAttributeForceRightToLeft;
[[UINavigationBar appearance] setSemanticContentAttribute:UISemanticContentAttributeForceRightToLeft];
截图
其它说明
有没有其它要补充的?比如你的初始化TZImagePickerController的代码
demo里面唯一会修改的地方是:设置语言
The text was updated successfully, but these errors were encountered: