I created a UIScrollView and was wondering how do I use it to display content if I can't actually scroll the view to put something that would normally require scrolling on the iPad...
Let's say I have a series of labels...
label1
label2
label3
etc...
At the bottom of the iPad UIController lets say I'm at label26 and I want to add more... I can't "scroll up" with the UIScrollView controller to add more labels... How do I do this?
I can understand if maybe I created them during runtime and the labels were created that way maybe when it hits a certain bounds, but if it's something I make ahead of time how do I scroll the UIScrollview "up" (or to the right) to add more objects?
Thanks
Let's say I have a series of labels...
label1
label2
label3
etc...
At the bottom of the iPad UIController lets say I'm at label26 and I want to add more... I can't "scroll up" with the UIScrollView controller to add more labels... How do I do this?
I can understand if maybe I created them during runtime and the labels were created that way maybe when it hits a certain bounds, but if it's something I make ahead of time how do I scroll the UIScrollview "up" (or to the right) to add more objects?
Thanks