i have horizontal UIScrollView which is extended from UIScrollView and i added UIButtons horizontally. i can only scroll out of the button
UIScrollView
UIButtons
Try this:
self.button.exclusiveTouch = YES
Worked like a charm for me!