I just can\'t get my scroll view to actually scroll.. Everything displays fine except it just won\'t scroll..... Here\'s my code:
- (void)viewDidLoad { [supe
your scrollview frame should be smaller than contentSize,so only you can make scrollview scrollable.