You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is offset value being manually inverted in trailingToSuperView and leadingToSuperview functions basing on effectiveUserInterfaceLayoutDirection? I believe trailing/leading constraints are made precisely so that developers don't have to handle layout direction manually.
The text was updated successfully, but these errors were encountered:
I have run into this as well. In general I think there are issues relating to RTL support and inverting offsets. I may be in a position to PR some changes around this. Would this get support? Any history I should be aware of?
Why is offset value being manually inverted in
trailingToSuperView
andleadingToSuperview
functions basing oneffectiveUserInterfaceLayoutDirection
? I believe trailing/leading constraints are made precisely so that developers don't have to handle layout direction manually.The text was updated successfully, but these errors were encountered: