-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
display is wrong in RTL #143
Comments
Hi ,
|
I'm having the same issue while trying to use this effect in RTL. Did you find any solutions? |
@Juanpe any solutions for this problem? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @zaidqattan, please, could you provide us more info about this bug, in order to investigate how to fix it? Thanks |
@Juanpe waiting for your response, Thanks! |
Thanks for the info, I'm going to investigate this. Just one thing, sorry but I never did it, how you configure the UILabel to show Arabic text, only need to align the text to right? |
@Juanpe I set the alignment to right as you see in the screenshot above |
@Juanpe any news? |
Not yet, let you know when I found the problem and it's solved. Thanks |
any news about the bug fixing ? @Juanpe |
I don't think you have to specify alignment to the right specifically for RTL. As I understand you have to set the proper anchors and then the system will display things fine for RTL |
From the docs
|
@crabman448 I'm still having the same issue even after specifying the alignment. |
@Juanpe any news please? |
Hi @zaidqattan, I tried to reproduce this bug, I can't :/ Let me know if you solved this problem or if you can provide more info about your layout. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is occurring when using multiline skeletons on labels. To reproduce the issue, create a vertical stack view and place two labels inside it. let the first label have only one line of text and the other multiple lines. The alignment doesn't matter. For the stack view, set the alignment to "Leading." Change the app semantic to right-to-left. When you run the app the first label with align to the right and the second aligning to the left. |
every this is doing right , but when i use RTL direction it shows wrong.
this for english
but same in arabic comes in this way
The text was updated successfully, but these errors were encountered: