0
votes

I have a long press recognizer attached to a UIScrollView (actually a UITableView). When the long press is active, I cannot scroll with a second finger.

What do I need for the UIScrollView's pan recognizer to consume the second touch?

1

1 Answers

1
votes

Return YES from -gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer. To do this, at least one of the gesture recognizer’s delegate properties needs to be set set self.