you can definitely do this if you just want a quick interface
1.> you may need to find out how long your scroll view has been viewed, for example, in my case, I set it to 1568

2.> Then I drag all the controls that will correspond to the first representation of 568 pixels, in the form of a scroll and arrange them.
3.> Then change the Y value for this type of scroll to about 500 so that you can see the rest of the scroll and put everything you need there.

4.> After you have all the controls and do not forget to set the frame to 0,0,320,568

5.> last step, in your code, set SCROLLVIEW.contentSize = CGSizeMake (320, 1568);
, , , .