I am creating an application using a storyboard, and I want to embed one of them in a UIScrollView. So for this, I drag the UIScrollView directly into the storyboard. Then I adapt its size and position.
After that, I select all my items and drag them into the UIScrollView. My problem is that all the positions of my positions are mixed up: they are all aligned in the center of the UIScrollView, so I have to move them myself.
Is there a way to keep the same layout?
Thank you very much for your help!
Greetings
source share