Developing iPhone apps, adding a subview in an app with view support

I have a scrollview and above the scrollview am has 6 views (6 subviews above the scrollview), each of the views has lables.How to add all of these views to my application, I used the UI constructor to create this view.

0


a source to share


1 answer


Go to the interface builder and drag six views to the scroll.



0


a source







All Articles