I am trying to position an element that has an equal distance from the top layout guide and the bottom layout guide. Is there a way to do this through the interface builder or programmatically?
One solution I can think of is to just make another view (with explicit constraints to the top/bottom layout guide) embedding that element, then centering the element within that view, but I was wondering if there was a way to do this through autolayout.