elcool
elcool

Reputation: 6161

Creating a large scrolling view in Interface Builder

I want to create a large view that will contain about 10-20 fields (slides, datepicker, textfields), all aligned one under the other. I'm on Interface Builder and I've placed a UIScrollView and on top of that added some fields. But I can't add any more fields that are not visible in the current window.

So, how do I go about to add more fields inside that ScrollView?

Upvotes: 1

Views: 2485

Answers (3)

SilentNot
SilentNot

Reputation: 1701

Set the Simulated Size to Freeform and put large numbers in the height and width.

enter image description here

Upvotes: 5

GeoffCoope
GeoffCoope

Reputation: 962

You can also use your mouse scroll wheel anywhere in the tableview window to scroll up/down

Upvotes: -2

alecnash
alecnash

Reputation: 1768

Grab the uiscrollview with your mouse and drag it up and the part that you cant see will be visible to you window. And so on and so on. Be sure its size is bigger than your view

Upvotes: 2

Related Questions