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.
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.
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.