Reputation: 11519
I want to make screen with scroll view. How can I place items that will be shown after scroll in Interface Builder? Thanks
Upvotes: 2
Views: 1140
Reputation: 1240
drag and drop UIcontrols on to the scrollView in the interface builder.
In inspector, change its frame where you want to place control in reference to the scrollview.
Upvotes: 1
Reputation: 47241
Select the elements you'd like to put in a scrollview then:
Click in the menu on Editor -> Embed -> scrollview
.
Click in the menu on Layout -> Embed Objects In -> scrollview
.
Upvotes: 3