A subclass of UIViewController that is designed to make it easier to create custom container view controllers.
Stars
36
Forks
8
Watchers
36
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
42
commits
fixed an issue that could cause unbalanced transitions in some situations
3e83ba7View on GitHubimproved use of context in KVO, allowing to remove KVO when changing value of borrowNavItemContentsFromChildren
892d55fView on GitHubAdded borrowNavItemContentsFromChildren property, removeViewController: can now accept nil as a parameter without crashing, now calling willMoveToParentViewContoller:nil when transitioning away from a vc
523424bView on GitHubFixed issue that caused container to switch back to self.viewControllers[0] in viewWIllAppear: if you had already switched to a different view controller in viewDidLoad
723673aView on GitHubstop observing currentViewController's navigationItem on dealloc
5e10fb1View on GitHubuse KVO to be alerted when changes occur to the current child view controller's navigationItem contents. Added animateNavItemBarButtonItemChanges property as a workaround for the fact that the animated parameter is ignored when changing bar button items with a method such as setLeftBarButtonItems:animated:
f1a3ac3View on GitHubreformatted code example in readme to better fit page
bb2293dView on GitHub