0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 11, 2025 — Sep 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
undid changes from previous commit More... over 12 years ago
fixed an issue that could cause unbalanced transitions in some situations More... over 12 years ago
improved use of context in KVO, allowing to remove KVO when changing value of borrowNavItemContentsFromChildren More... over 12 years ago
Added borrowNavItemContentsFromChildren property, removeViewController: can now accept nil as a parameter without crashing, now calling willMoveToParentViewContoller:nil when transitioning away from a vc More... over 12 years ago
Fixed 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 More... over 13 years ago
formatting More... over 13 years ago
stop observing currentViewController's navigationItem on dealloc More... over 13 years ago
use 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: More... over 13 years ago
formatting More... over 13 years ago
improved comment clarity More... over 13 years ago
fixed incorrect code example in comment More... over 13 years ago
grammatical fix in comment More... over 13 years ago
formatting More... over 13 years ago
formatting More... over 13 years ago
reformatted code example in readme to better fit page More... over 13 years ago
formatting More... over 13 years ago
formatting More... over 13 years ago
formatting More... over 13 years ago
added childRestingFrame property, so child view controllers can now optionally occupy a portion of the parent's bounds rather than the entire bounds. More... over 13 years ago
added license info to CLFStackPushSegue and CLFStackPopSegue More... over 13 years ago
updated readme to include CLFStackPushSegue and CLFStackPopSegue More... over 13 years ago
added stack segues More... over 13 years ago
Added unwind segue support to CLFStackContainerViewController, and added CLFStackPushSegue and CLFStackPopSegue. More... over 13 years ago
formatting More... over 13 years ago
expanded example code in readme More... over 13 years ago
fixed mistake in example code in readme More... over 13 years ago
Improved wording in assert statement. More... over 13 years ago
fixed minor issue with readme's example More... over 13 years ago
Added rotationInterruptionCleanupBlock to give subclasses a chance to change the behavior of clean up if a transition is interrupted by a rotation and then finishes before the rotation does. More... over 13 years ago
Fixed the problem that could cause transitions to get stuck in place if a rotation started after the transition, and the transition completed before the rotation. More... over 13 years ago