I have a UIViewController with a paged UIScrollView (3 pages). My View always starts at the second page, the middle one. The problem is that when I hit the back button in the UINavigationBar, the UIScrollView scrolls to the first page, and after that it disappears (popped from Nav Controller's stack).
The visible animation behaviour is horrible.
I want the UIScrollView not to scroll when I hit the BACK button in the UINavigationBar.
The same happens when I drag the left side of the screen to the right (triggers the BACK behaviour).
viewWillDisappear, for example, where you might be scrolling (or something). That is why I say you need to reproduce with no code, so you can prove it isn't you. - matt