Search code examples
viewcontainerspreviewxcode4.5

Proper use of new "container view" in XCode 4.5?


I recently discovered the new "container view" in XCode 4.5 Developer Preview and wondered whether this is the proper way to use it: Two View Controllers, simply connected via button "Show View 2" and back button of navigation bar, both "embed" the small view below in their containers


Solution

  • Have a look at the Stanford IOS 6 programming course, 2013, on iTunes U. Paul Gregory, a superb presenter, gives a very good lecture covering the use of Container controls.