I have a UIView inside of a UIScrollView, both created using IB. The UIView scrolls horizontally inside the UIScrollView. I want to detect left and right 2 finger swipes. >
Try setting the delayContentTouches-property of the UIScrollView to NO, maybe it'll help.