issue-12-custom-container-transitions
issue-12-custom-container-transitions copied to clipboard
A custom container view controller built with support for custom child view controller transition animations, in three stages
README
This is the code repository accompanying the Custom Container View Controller Transitions article, issue #12 of the objc.io publication.
In three steps a custom container view controller is built with support for custom child view controller transition animations:
-
The Basics: implementing
ChildViewControllerwith no transition animation (stage-1) -
Animating the Transition: using an existing animation controller (stage-2, diff)
-
Shrink-Wrapping: implement delegate pattern, external
UIViewControllerAnimatedTransitioningvending (stage-3, diff)

Read more on objc.io.