Closed hoangthanhdoan closed 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:
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.