ios-samples/Hello_ComplexUniversal
olegoid ce27b22673 Mass update of MinimumOSVersion value in Info.plist 2015-11-13 19:06:29 -03:00
..
Resources [HelloComplexUniverse]adjusting view controllers for ios7, adding screenshots, app icons 2013-10-22 16:18:57 +01:00
Screens Pull from upstream 2015-01-19 20:39:40 +05:30
Screenshots [HelloComplexUniverse]actually adding screenshots this time 2013-10-22 16:25:09 +01:00
AppDelegate.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Hello_ComplexUniversal.csproj Pull from upstream 2015-01-19 20:39:40 +05:30
Hello_ComplexUniversal.sln Pull from upstream 2015-01-19 20:39:40 +05:30
Info.plist Mass update of MinimumOSVersion value in Info.plist 2015-11-13 19:06:29 -03:00
Main.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Metadata.xml Update brief tags description 2015-03-27 06:09:51 +03:00
README.md updated README to reflect compatibility with Xcode 2013-12-11 15:50:08 +00: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.

**NOTE: This sample will only work with Xcode 5.0 or above.