mutualmobile / MMDrawerController

A lightweight, easy to use, Side Drawer Navigation Controller
MIT License
6.76k stars 1.38k forks source link

Gesture issue with view controllers that are presented modally. #415

Open phongleq opened 8 years ago

phongleq commented 8 years ago

Looks the gesture recognizer is recognizing ship gestures if you have modal that is present with the style set to overcurrentcontext.

The situation I'm in is the view that is in the middle is presenting the modal view controller. Gesture done on the modal seems to trigger the drawer gesture recognizer.

phongleq commented 8 years ago

Looks like the hit test in the is being fired regardless of what is on top of it.