Quote:
Originally Posted by opetopic
Are you setting the contentSize of your scroll view? You should be doing something like:
Code:
myScrollView.contentSize = CGRectMake(0.0f,100.0f, 320.0f, 100.0f)
where, of course, you should use the dimensions of the content that is being scrolled.
|
Thank you for your reply here. If I do this programmatically, and I set the contentSize of the scrollview- I would then add the image and text as subviews?