ios-samples/Hello_MultiScreen_iPhone
Justin Johnson 5bcf0993b7 Jusjohns gallery updates (#376)
* batch run on readme files

* Some manual fixes that couldn't parse

* Some more batch fixes

* Fixed final two edge cases

* Manual fix of a parse error

* Missed bad md whitespace

* Another manual fix of parser error

* Some minor parse fixes
2019-07-18 16:35:50 -07: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 Switched to 64-bit only builds. 2018-08-07 14:13:47 +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 Jusjohns gallery updates (#376) 2019-07-18 16:35:50 -07:00

README.md

name description page_type languages products technologies urlFragment
Xamarin.iOS - 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... sample
csharp
xamarin
xamarin-ios
hello-multiscreen-iphone

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.