ios-samples/Hello_MultiScreen_iPhone
olegoid ce27b22673 Mass update of MinimumOSVersion value in Info.plist 2015-11-13 19:06:29 -03:00
..
Resources [HelloMultiScreen]updating screenshots and app icons 2013-10-22 17:37:11 +01:00
Screens Pull from upstream 2015-01-19 20:39:40 +05:30
Screenshots [HelloMultiScreen]updating screenshots and app icons 2013-10-22 17:37:11 +01:00
AppDelegate.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Hello_MultiScreen_iPhone.csproj Pull from upstream 2015-01-19 20:39:40 +05:30
Hello_MultiScreen_iPhone.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 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 Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md README.md fixications. 2011-11-16 14:23:44 +01:00

README.md

Hello Multi-Screen iPhone

This sample serves as an introduction to the primary pattern used in iOS for user interfaces: MVC (Model-View-Controller). It shows how to use the UINavigationController class to manage the user interface of a multi-screen application.