-3

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?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
John
  • 122
  • 1
  • 2
  • 9

1 Answers1

1

You have to your gesture recognizer to wo with other gesture recozniers. Please, use UIGestureRecognizer's delegate method shouldSimultaneouslyRecoznize.

SergStav
  • 750
  • 5
  • 19