Alternate Views

Last Revision:
Version 1.3, 2014-04-02
Updated project to build with the iOS 7 SDK; Now a universal app; Introduces a new technique for implementing alternate views.
(Full Revision History)
Build Requirements:
iOS 7.0 SDK or later
Runtime Requirements:
iOS 6.0 or later

This sample demonstrates how to implement alternate or distinguishing views for particular device orientations. Doing so can be useful if your app displays different content between orientations or if your app uses vastly different layouts between orientations which cannot be reconciled by auto layout or programatic layout alone.

Two different techniques are illustrated.