I want to use tap gesture recoznizer together with pan gesture, but i can make only one work. How can I use both on the one view?
Asked
Active
Viewed 29 times
-3
-
Can you explain what do you want to do exactly – Jimmy James Dec 16 '16 at 23:44
-
@JimmyJames I had already an answer below. – John Dec 16 '16 at 23:52
1 Answers
1
You have to your gesture recognizer to wo with other gesture recozniers. Please, use UIGestureRecognizer's delegate method shouldSimultaneouslyRecoznize.

SergStav
- 750
- 5
- 19