Abedalkareem / LanguageManager-iOS

A Language manager to handle changing app language without restarting the app. It supports iOS and tvOS.
MIT License
393 stars 66 forks source link

UITextfield Placeholder alignment won't change iOS13 #29

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi I'm building an app with iOS13 SDK when I change the language to Arabic the UITextfield placeholder stay on the left side I made sure that the UITextfield alignment is natural, so what should I do any suggestions ? and one more thing that when I type in Arabic the text alignment is right, when typing in English the alignment is left, should it be depending on the app language ?

Abedalkareem commented 4 years ago

Hi Abdulaziz, The text field alignment is depending on the language you are writing with. Please check here: https://github.com/Abedalkareem/LanguageManager-iOS/issues/12

Thank you.