Hi I have 2 UIScrollViews, 1 which scrolls vertically. Inside is a UIScrollView which scrolls horizontally with a long image.
Befor placing the horizontal scroller inside the original UIScrollView I could press the time at the top and it would scroll to the top, where now it doesnt.
I tried using this code
[mainScrollView setScrollsToTop:YES];
[horizontalScrollView setScrollsToTop:NO];
but this doesn't seem to sort it out.
Any ideas?