nverinaud / NVSlideMenuController

A slide menu done right for iOS.
MIT License
175 stars 33 forks source link

Closing the menu if the menu view controller is not loaded causes the load of the menu view controller's view in an inconsistent manner. #33

Closed nverinaud closed 9 years ago

nverinaud commented 9 years ago

Calling closeMenuAnimated:completion: while the menu is closed and the menu view controller's view is not loaded causes the menu view controller's view to load in a inconsistent manner, ie. the view controller container stuff does not happen and the menu view controller's parent is nil.