Open
Description
It would be nice to be able to take any Anchorage expression and add + "someString"
to it, and get a constraint that has an identifier. Constraint identifiers show up in debug logs and the Xcode view debugger, and they also appear on wtfautolayout.com.
I’m guessing that overloading func +(lhs: LayoutExpression, rhs: String)
might adversely affect compile times, so I’d be OK with exploring other operators, but it’s hard to beat good ol’ +
for readability.
Metadata
Metadata
Assignees
Labels
No labels