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?
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?
You have to your gesture recognizer to wo with other gesture recozniers. Please, use UIGestureRecognizer's delegate method shouldSimultaneouslyRecoznize.