-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
RTL UITextField #1166
Comments
Hey @pedroOliveiraptc, Thank you. Can you try the |
@DanielDahan thanks I will try. |
Hello the placeholder its ok, but the input text and the component line it self are not aligned. |
@pedroOliveiraptc Can you share the code for us to achieve the same result on our computer? |
i will create a sample app to share. |
@pedroOliveiraptc Are you still facing this issue? If so, please reopen this and submit a sample app. Thank you! |
Hello sorry for the delay, the link for sample project https://drive.google.com/file/d/1gl4BQvgH2QvU5FrU0FM3ViHDwUVVr_7U/view |
Thank you we'll look into soon. |
@pedroOliveiraptc You have following line: UIView.appearance().semanticContentAttribute = .forceRightToLeft It makes some changes internal to We give padding as much as the height of the let textField = TextField()
textField.rightView = nil // so that when it gets swapped with leftView, leftView still stays nil Actually we don' support RTL yet, so we don't test our framework against such cases. btw, you can use |
@OrkhanAlikhanov I created an issue for us to support RTL. #1179, let's follow that issue for the RTL feature. |
Hey guys congrats for the work.
i am facing a problem since ios12 and the new version that you guys release, my textfield in rtl break alignments as you can see above,
Do you already face this issue ? On iOS 11 and old version of the framework I don't have problems.
Thanks.
The text was updated successfully, but these errors were encountered: