Implementations of `trailingToSuperview` and `leadingToSuperview` only work correct only for Left-to-Right languages / layout. · Issue #95 · roberthein/TinyConstraints · GitHub
10000
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
I want my signupButton to have it's trailing edge 20 points before safeAreaLayoutGuide.centerXAnchor. Similarly, I want my loginButton to have its leading edge 20 points after safeAreaLayoutGuide.centerXAnchor. Below image displays the layout in desired state:
Left-to-Right Layout 👆🏾
Right-to-Left Layout 👆🏾