CLFContainerViewController
CLFContainerViewController copied to clipboard
A subclass of UIViewController that is designed to make it easier to create custom container view controllers.
Hello, As UINavigationController provides API to swap view controllers stack completely, this would be useful feature for stack container too.
Hello, Possibility to control where to insert child controller's view was quite convenient for me, probably you also find it useful enough to merge changes into.
Your demo project is too complicated for me :( As you can see I'm kind of new at this, and I'm trying to create a tabbed view, something like this:...