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?
Return YES from -gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer. To do this, at least one of the gesture recognizer’s delegate properties needs to be set set self.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more