Quote:
Originally Posted by svveet
its still bounce back to the top of the view when i try to view the rest of the text.
what does uiscrollview delegate do?
|
Here is a link to the UIScrollView Delegate Protocol Reference.
However, they shouldn't be needed for such things. Try setting
Code:
[theScrollView setContentSize:CGSizeMake(1000, 1000)];
and see if it still bounces back.