I have passed through a number of tutorials about Size Classes but still I cannot figure out one thing.
iPhone 5, iPhone 6 and iPhone 6 Plus have absolutely the same screen aspect ratios, so I want them to use the same content layout. By saying the same I mean proportional to width and height of the screen.
But! I cannot find a way to make it proportional for all iPhones!
There are just a few constraints that truly support proportions: "Aspect Ratio", "Same Width" + "Multiplier", "Same Height" + "Multiplier"
Constrains, such as Leading Edges, Horizontal Center In Container, all Pin constraints operate with absolute values in logical points, and all iPhones' screens have different sizes in logical points; thereby I cannot achieve the same picture on all iPhones.
Update
I'm adding an image to explain what I want to achieve:
compact width / any height
andcompact width / regular height
size classes to get a similar result but what you want to achieve is not the default behaviour. - Jkmn