ios-samples/Hello_MultiScreen_iPhone
iherrera 7fa133e308 Bundle Identifier Fix 2017-10-30 11:28:42 -03:00
..
Resources [HelloMultiScreen]updating screenshots and app icons 2013-10-22 17:37:11 +01:00
Screens [XISamples]Update xibs 2017-07-21 12:35:56 -04:00
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 Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01: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 Bundle Identifier Fix 2017-10-30 11:28:42 -03:00
Main.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Metadata.xml Fix metadata file 2016-09-08 18:00:01 -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.