Reputation: 7822
Using auto layouts on a view with lots of UIElements can get really messy. To make things worse, I don't know how to reorder or arrange them they way I want it to. I spend a lot of time scanning all the constraints until I find the one I need to fix.
Is there a view to only view the layout constraint for the UIElement that is selected?
Upvotes: 1
Views: 44
Reputation: 8108
Select the UI element and select size inspector. There it enlists constraints of that UI element only. I think that is neat already.
Upvotes: 2