nverinaud / NVSlideMenuController

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

Fix implementation of custom container view controller #20

Closed greis closed 10 years ago

greis commented 11 years ago

The right order to insert a child view controller is to first call the method addChildViewController, then addSubview, and finally didMoveToParentViewController. This fixes some issues where some events were not being passed to the child controllers.

nverinaud commented 10 years ago

:boom: