tags:

views:

18

answers:

2

How can I create multiple controls (such as UISwitch) in a UIView (or on top of UIScrollView) using the interface builder? I have about 20 such controls.

Appreciate any pointers.

A: 

From the right corner bottom in the uiintrface builder you can drag it and make the view bigger as per your requirement then add scroll bar in the view and then add all your 20 controllers on that scroll bar...

Suriya
adding here means dragging the control from library and dropping it onto your view. Thanks
Suriya
A: 

I notice many of my apps have, or dont have, a size-adjustment area in the lower right corner.

What makes that appear or disappear?

betty