hi guys, I used Localization to translate my app to Persian but I want to views stand in LTR so i used textField.semanticContentAttribute = .forceLeftToRight
in viewDidLoad to set View; but the problem is when I run program again textfields are set in RTL.
LoginVC.swift.zip (2.0 KB)
I really appreciate if you could help me