I wanted to achieve the following on an iPhone in portrait:
and the following on an iPhone landscape, or iPad portrait/landscape:
Would anyone have recommendations based on the new size classes and adaptive layout features for how to do this?
Maybe I need to create two auto layout constraints on box # 4 (the first box in the second row), based on size class? So if it's compact height, but regular width, then a higher priority size class horizontal constraint or something? I'm having a hard time with this =/
Thanks so much!