- how to list active gesture recognizers?
- for (UIGestureRecognizer *recognizer in self.gestureRecognizers)
- {
- //Do something with recognizer
- }
- [[UIApplication sharedApplication] beginIgnoringInteractionEvents];
- [[UIApplication sharedApplication] endIgnoringInteractionEvents];