Check the docs for the the controls you want to add to the scroll view and see what it takes to create them. When you initialize the controls, use [myScrollView addSubview:myOtherView] to add that view to the scroll view.
hi
i can create a scroll view but don't work textfield that there is bottom of scroll.
in fact delegate of text field support on page of view?
if you an idea please tell me.
thanks
I've attached a simple project that shows how to use a scrollview with some controls in it. It's built in IB. There is one line required in code to set the contentSize of the scrollview.