In the previous two posts in this series, I demonstrated how to create a simple to-do list using Xamarin.Forms. In this and the next post, I’ll show how to create pretty much the same program for iOS using Xamarin native code.
To begin, open Xamarin Studio and create a new solution, choosing iOS/App -> Single View App and name it ToDoiOS. We’ll begin by roughing out the UI. Open the file Main.storyboard. You’ll find a View Controller. Go to the toolbox and drag a Navigation Controller onto the storyboard — notice that it brings its own ViewController.