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
To solve this problem i use this code:
-(void) viewWillAppear:(BOOL)animated{ [super viewWillAppear:animated]; [self.scrollview scrollRectToVisible:CGRectMake(0, 0, 1, 1) animated:NO]; }