ios-samples/Hello_MultiScreen_iPhone
Mike Bluestein 3ea1d73098 Renamed files to match latest version of article 2012-06-01 11:20:25 -04:00
..
Images/Icons Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Screens Renamed files to match latest version of article 2012-06-01 11:20:25 -04: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
Default.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Default@2x.png Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Hello_MultiScreen_iPhone.csproj Renamed files to match latest version of article 2012-06-01 11:20:25 -04:00
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 Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01: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 Formatting and tags. 2011-11-30 17:05:53 +01: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.