0
I started learning to code in Xcode recently. After seeing some tutorials, I started working on a demo of an app whose initial menu features 5 buttons positioned vertically in a stack and a side image as shown in the following image:
This is the iPhone preview. Not much to say. The elements are perfectly positioned as you wanted.
However, when I preview in iPad mode, the story is different:
As you can see, the elements are poorly positioned. And the size remains instead of adapting to this larger screen.
I wonder how I can get around this problem.