oky_sabeni
oky_sabeni

Reputation: 7822

How do I view the auto layout constraint for a single UIElement

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

Answers (1)

Prajeet Shrestha
Prajeet Shrestha

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

Related Questions