Is there a preferred way similar to AutoSizing
to keep a 50 px of margin between 2 objects (UIImageViews
for example) without using AutoLayout
?
I'm sure it's pretty simple writing something like that programmatically but I was wondering if there's something similar to that in the IB that I overlooked.
Thanks