jlandon / Alexandria

A library of Swift extensions to turbocharge your iOS development.
https://jlandon.github.io/Alexandria
MIT License
65 stars 8 forks source link

For constraints, prefer leading/trailing to left/right. #18

Closed hsoi closed 8 years ago

hsoi commented 8 years ago

While left/right is certainly OK, in general we want leading/trailing as that's generally what we're really after so we work correctly in both LTR and RTL scripts. Yes, this is a breaking change, but it's minor enough.

jaysonlane commented 8 years ago

I'm Jayson Lane and I approved this pull request.

:+1:

hsoi commented 8 years ago

Merging, since we need to move forward. If there are further comments, we can come back and revisit this.