I can display the UIScrollView indicator but I cant physically scroll down to view the hidden content. I’ve used this code in my viewDidLoad:
self.scroller.contentSize = CGSizeMake(320, 600);
self.scroller.frame = CGRectMake(320,480,320,480);
Can anybody out their help me out please?
In addition,clear the background color of scroll view to show the text.