aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

View gets stuck after toggling left menu #132

Open JinkProject opened 9 years ago

JinkProject commented 9 years ago

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?

aryaxt commented 9 years ago

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

JinkProject commented 9 years ago

"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).

aryaxt commented 9 years ago

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