AutoLayoutShorthand icon indicating copy to clipboard operation
AutoLayoutShorthand copied to clipboard

Shorthand for retaining constraint

Open steveriggins opened this issue 10 years ago • 0 comments

Is there a better shorthand to save a constraint other than [view als_addConstraints:@{...}][0] and making sure we only pass in enough info for one constraint? I noticed that if you pass in more than one, the order is not defined.

I would like to declare all of my constraints, but hold onto one that I might want to adjust a constant on, etc.

steveriggins avatar Apr 18 '14 04:04 steveriggins