andreamazz / SlideOutNavigation

SlideOut Navigation Controller for iOS.
MIT License
210 stars 49 forks source link

add navigationController as childVC so it's notified of view changes #82

Closed drallgood closed 9 years ago

drallgood commented 9 years ago

Even when you're using a custom navigation controller, it isn't notified of certain changes, e.g. size changes, due to the fact that it isn't a child view controller of the SlideoutNavicationController.

(in part) fixes #80

andreamazz commented 9 years ago

Looks great, thanks!