Container View Controller Examples

Undistraction picture Undistraction · Oct 13, 2011 · Viewed 91.8k times · Source

Can anyone point me to any good examples of creating a Custom View Controller as a Container View Controller? The only documentation I can find is a couple of paragraphs in the UIViewController Class Reference. I feel I need a little more information than that and an example implementation would be nice. Google has turned up nothing at all.

I am specifically interested in the method:

transitionFromViewController:toViewController:duration:options:animations:completion:

Answer

hypercrypt picture hypercrypt · Oct 13, 2011

The best thing I have found so far is the WWDC 2011 Session Video Session 102 - Implementing UIViewController Containment.