Swappable Container View
An implementation of Objc.IO’s Custom Container View Controller Transitions with inspiration from Michael Luton’s custom container view controllers blog post.
My goal was to allow for the swapping out of a content view while leaving my navigation controls in place in my parent UIViewController. With very little code in your main ViewController you can now have a container that changes it’s content with animations while still having nice encapsulation.