I recently started learning to program in XCode. After seeing some tutorials, I started working on a demo of an app whose initial menu features 5 buttons positioned vertically on a stack and a side image as shown in the following image:
ThisisthepreviewiniPhonemode.Notmuchtosay.Theelementsareperfectlypositionedasdesired.
However,whenIpreviewiniPadmode,thestoryisalreadyanother:
As you can see, the elements are poorly positioned. And the size stays rather than adapts to this larger screen.
I'd like to know how I can work around this problem.