I am using a storyboard to create a viewcontroller with several items listed vertically (UIImageView, UILabel, UITextView, UISwitch etc.). When switching from iPhone5 to iPhone4 I want to have all the same views to keep the same size, but the vertical space between them should scale so they are spaced equally down the length of the page.
I can't figure out how to do this with autolayout. I either get the views themselves being stretched/squeezed, or everything gets stuck at the same positions and doesn't move at all...
I can't figure out how to get the vertical spaces between views to scale proportionately so the views are positioned equally-spaced on the page.
Is this possible? What do I need to do to set this up?
Thanks