Skip to content

korny/UIViewControllerContainmentSample

 
 

Repository files navigation

Original Description

This is the code I demonstrated in my talk “iOS 5 UIViewController containment” at iPhoneDevCon 2011.
Slides for this talk are online at Speaker Deck.

korny’s fork

Peter’s example is awesome for learning this stuff! I updated the code and slimmed it down to a minimum:

  • use a Storyboard instead of a .xib file
  • don’t @synthesize
  • use lazy instanciation
  • a custom initializer for SampleView
  • removed all methods that don’t do anything
  • fixed some typos

About

This sample demonstrates how to use the new view controller containment APIs in iOS 5 to create your own UIViewController containers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%