I have a simple view containing a long view with many buttons, with the whole thing being in a UIScrollView. The scroller works well, and I can s
UIScrollView
scroller
s
try this code:
- (void)viewWillAppear:(BOOL)animated { [yourscrollview setContentOffset:CGPointZero animated:YES]; }