mutualmobile / MMDrawerController

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

Cannot interact on centerViewController #198

Closed hoangthanhdoan closed 10 years ago

hoangthanhdoan commented 10 years ago

Hello Mutualmobile, My name's Doan. I'm iOS developer I use MMDrawerController in my app for creating "slide menu" and a bug happens: My app has a center view and left view menu. In center view, I have a table view. Sometime, I only can swipe horizontally to open/close left menu and cannot do anything on center view. The problem is I cannot reproduce this bug, but my end users meet this bug quite often. Please let me know if there is any case that MMDrawerController might cause this bug. I have reviewed your source code and see that it does not implement "UIGestureRecognizerStateFailed at method -(void)panGestureCallback:(UIPanGestureRecognizer *)panGesture" in case touch event failed, I guess it may be the cause for this bug. Could you please check and explain this bug for me? Thanks in advance.

kcharwood commented 10 years ago

I doubt the pan gesture failed problem is causing the problem. In fact I am not even sure how to make a pan gesture fail.

Please let me know if you gather anymore specific information, or come up with a reproducible example.

:beers: