I have a view hierarchy that is layed out as follows:
parentView
scrollView contentViewA containerView contentViewB co
To stop the scroll view from intercepting the touch events, set the userInteractionEnabled property like so:
scrollView.userInteractionEnabled = NO;