If I add one label below another in interface builder, I get a suggestion of where to place it (which I guess has something to do with how far apart Apple thinks things should be spaced). If you don't know what I'm talking about, drag a new label to just below another label, and it should snap into place and a blue dotted line will appear.
Now I'm creating a view programatically and I want to get that same spacing. Is there a constant somewhere I can use?
EDIT: Did some more googling and found this is called an 'Aqua space' - which led me to this:
What constant can I use for the default Aqua space in Autolayout?