Hacker News new | ask | show | jobs
by m3kw9 2331 days ago
If you read the storyboard diffs the layout code is human readable, just need to get used to it. Although there is no docs
1 comments

Not in the case where a bunch of views are moved inside a new view. Then the XML diff is really janky, and elements are assigned new IDs.

The constraints are impossible to code review in XML since they refer to elements by IB ID which is essentially obfuscated. I don't understand why IB doesn't let you give the elements their own human-readable IDs.