Reputation: 3302
I want to be able to see the NSLayoutConstraints that I have set between individual UILabels while debugging. Is this possible?
Upvotes: 6
Views: 2286
Reputation: 3302
With Xcode 6, there is a way to show the constraints while debugging.
Select 'Debug View Hierarchy' which appears between 'Step out' and 'Simulate Location'
Select the control that you want to view the constraints
Result:
Upvotes: 12