I have a UIScrollView containing a UIView in Interface Builder. In the running application, even though the view is larger than the scrollView, when I pan the scrollView, it always bounces back to the origin. Until, that is, I zoom the scrollView with a pinch gesture. Afterwards the panning leaves the contained view in a correct state.
Am I missing some setting about pan/zoom in the scrollView, or a contentOffset setting? I cannot figure out what changes about the scroolView from before zooming to after zooming that makes it work as desired after but not before. Anyone who has solved this issue, thank you!