iOS-Slide-Menu
iOS-Slide-Menu copied to clipboard
View gets stuck after toggling left menu
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?
Not sure what you mean by that Try to use "debug view hierarchy" to troubleshoot?
"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).
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