iOS-Slide-Menu icon indicating copy to clipboard operation
iOS-Slide-Menu copied to clipboard

View gets stuck after toggling left menu

Open JinkProject opened this issue 9 years ago • 3 comments

Every time I toggle the left menu, the view, with the exception of the nav bar, gets stuck. Very strange behavior that I can't wrap my head around. Any ideas?

JinkProject avatar Mar 30 '15 07:03 JinkProject

Not sure what you mean by that Try to use "debug view hierarchy" to troubleshoot?

aryaxt avatar Mar 30 '15 15:03 aryaxt

"Not sure what you mean by that"

The touch events of the root view controller of the Slide menu are disabled when I toggle the left menu open. As in, I'm not getting any response from buttons or any other objects in my view after I've open the left pane view, with the exception of the navigation bar (I am able to tap on the buttons in the nav bar).

JinkProject avatar Mar 31 '15 02:03 JinkProject

That's expected behavior, I specifically add a tap recognizer to the navigationcontroller when the menu opens so that as the result of tapping the navigationcontroller it would close the menu. If you don't want this behaviur fork and modify the code that adds and removes tap recognizers to the navigation controller

aryaxt avatar Mar 31 '15 03:03 aryaxt