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
UITextField ToolTip is showing wrong Arabic text
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
I resolved the issue after removing UIView.appearance().semanticContentAttribute = .forceRightToLeft from AppDelegate and set sematicContentAttribute of baseview.
Hi, I would suggest checking if iOS 18.2 beta 1 resolves your issue.