James Montemagno b117c7b1c1 Initial Commit 10 年之前
..
deepdive b117c7b1c1 Initial Commit 10 年之前
quickstart b117c7b1c1 Initial Commit 10 年之前
quickstart_vs b117c7b1c1 Initial Commit 10 年之前
readme.md b117c7b1c1 Initial Commit 10 年之前

readme.md

Hello, iOS Multiscreen

Handling Navigation with Xamarin.iOS

In this two-part guide, we expand the Phoneword application we created in the Hello, iOS guide to handle a second screen. Along the way we’ll introduce the Model-View-Controller design pattern, implement our first iOS navigation, and develop a deeper understanding of iOS application structure and functionality.

Part 1: Quickstart

In the first part of this guide we’ll add a second screen to our Phoneword application to keep track of the history of numbers called using our app.

Part 2: Deep Dive

In the second part of this document, we’ll review what we’ve built and discuss architecture, navigation, and other new iOS concepts that we encounter along the way.