ios-samples/Hello_ComplexUniversal
NinaV e5ae35eac5 add new resources 2012-12-20 14:20:14 -05:00
..
Resources add new resources 2012-12-20 14:20:14 -05:00
Screens Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Screenshots Add screenshots to some samples. 2011-11-05 16:25:40 +01:00
AppDelegate.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Hello_ComplexUniversal.csproj add new resources 2012-12-20 14:20:14 -05:00
Hello_ComplexUniversal.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist add new resources 2012-12-20 14:20:14 -05:00
Main.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Metadata.xml Adjust some levels. 2011-10-31 15:36:50 +01:00
README.md More README.md files. 2011-11-06 18:22:26 +01:00

README.md

Hello, Complex Universal

A sample demonstrating how to create universal applications that will run on both iPhone and iPad devices, by switching the UI based on the UIInterfaceIdiom enum.

This sample differs from the regular Hello, Universal sample in the way UI switching is done. Instead of having one controller manage two separate views depending on the device in use, we employ two different root controllers.