Article - Xamarin How-To: Controls for Navigating Between Screens in iOS

Article Url: http://visualstudiomagazine.com/articles/2014/01/01/xamarin-how-to.aspx

Developers like to create simple examples. Typically, these examples are a screen of data and controls that users can work with. But rarely are real-world applications a single screen of data. iOS provides developers with several standard mechanisms to allow users to navigate between multiple screens of data. This article will examine two controls that developers can use to provide easy navigation for users: the UINavigationController and the UITabBarController.

I hope that you enjoy the article. Thank you for your time and consideration.

No Comments