I use Pan Gesture to move my view, then I have a Custom Gesture for single finger rotation.
I can handle my custom gesture if I only add it, if I add these two gestures, I can only handle Pan gesture, so I have to avoid to use Pan gesture, but I want to use it, what can I do?
I can handle my custom gesture if I only add it, if I add these two gestures, I can only handle Pan gesture, so I have to avoid to use Pan gesture, but I want to use it, what can I do?