I have this view hierarchy:
the green UIView contains some buttons. the blue UIView is a horizontal UIScrollView.
the problem is here when I swipe on the green view, it captures the swipe and waste it!
How can i forward the gestures from greenView to the blueView (scrollView)? so the blueView can scroll accordingly.
here is the sample. in real greenView background color is clear. for identifying its frame, I colored it green with 0.5 alpha.
https://www.dropbox.com/s/5s3orvpg378dw29/forwardTouchSample.zip?dl=0