UITextField ToolTip is showing wrong Arabic text

My App development language is only Arabic. I am using textField to Login User, whenever user long pressed, ToolTip showed up. Problem is with tool tip text it is flipped. My device language is English

Answered by ishteyaque in 804273022

I resolved the issue after removing UIView.appearance().semanticContentAttribute = .forceRightToLeft from AppDelegate and set sematicContentAttribute of baseview.

Could you please file a feedback in Feedback Assistant app or https://feedbackassistant.apple.com? Please share the FB<number> here. This is most probably an issue when the development language of an app is set to a right-to-left language (as seen by the checkmark in your screenshot next to Arabic).

Please check FB13300264

Accepted Answer

I resolved the issue after removing UIView.appearance().semanticContentAttribute = .forceRightToLeft from AppDelegate and set sematicContentAttribute of baseview.

UITextField ToolTip is showing wrong Arabic text
 
 
Q