AMSlideMenu2
AMSlideMenu2 copied to clipboard
Closing menu glitch
Hi,
I have noticed that sometimes when menu is closing with animation, the left view disappear before the end of the animation. However, I found that solution is just move one line of code to another place.
In AMSlideMenuMainViewController.m, in closeLeftMenuAnimated: method, hiding the left menu (self.leftMenu.view.hidden = YES) should be moved to completionBlock of the animation.