Posts

Post not yet marked as solved
4 Replies
I like to group controls into larger views, lay out the child controls within their parent views, and then create layout constraints between the parent views. So it was helpful to have constraints with parents and siblings grouped separately from constraints with descendents.I suppose if I work top down and create the parent views first before filling them with any components, this won't be so much of an issue, but I'm rarely creating a new storyboard from scratch. Usually I'm adding stuff to a 3-year-old storyboard and trying to learn the lay of the land.