When using AutoLayout you can tick the "standard" box in Interface Builder or you can create it visually using... @"|-[someElement]-|"
Is there a constant that I can use to access the value that this "standard" represents?
I want to create an NSLayoutConstraint
where the constant
property is equal to this standard
value.