henrytkirk / HTKScrollingNavigationController

Scrolling navigation controller with slide-up transitions
http://henrytkirk.info
Apache License 2.0
24 stars 2 forks source link

Child view controllers are not added as children. #2

Open markst opened 9 years ago

markst commented 9 years ago

The class sets up the child view controllers appropriately with willMoveToParentViewController: but then doesn't actually add the view controller as a child.

see: https://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/CreatingCustomContainerViewControllers/CreatingCustomContainerViewControllers.html