Cartography icon indicating copy to clipboard operation
Cartography copied to clipboard

Set NSLayoutConstraint.identifier

Open robb opened this issue 11 years ago • 1 comments

To make debugging simpler, we could set the NSLayoutConstraint.identifier, maybe we can even include a reference to its layout block (filename and line).

robb avatar Mar 10 '15 11:03 robb

My initial thought was that it would be really nice if there were an operator like the ~ used for priority that would allow us to specify the identifier per statement.

Doing automatically with filename and line is also an interesting concept.

aranasaurus avatar Oct 13 '15 19:10 aranasaurus