| MonoTouch Article - MonoTouch Navigation Controller Tutorial
This is an entry by Larry O'Brien (@lobrien).
This lesson will walk you through the creation of a simple iPhone application that has two views which are navigated between using a Navigation Controller.
source: www.knowing.net
|
| MonoTouch Article - UINavigationController by example
The first in a series of 3 articles about programmatically adding (XIB-less) Controllers in Monotouch.
This article covers
Adding a UINavigationController
ViewDidLoad, ViewWillAppear, ViewDidAppear
Adding controls (Views) to the first controller
Hiding the back button
Replacing the toolbar
Going straight to a controller in the stack
Removing a controller from the stack
source: www.shrinkrays.net
|
| MonoTouch Article - InfoQ - An Introduction to the Model-View-Controller
In this article InfoQ make another simple application, but this time they explore using Views and View Controllers to make an application with more than one screen. Specifically, they use the UINavigationController to navigate to two different pages/screen in the application.
source: www.infoq.com
|
| MonoTouch Article - MonoTouch UINavigationController Placemat For The Rogets 1911 Thesaurus Sample
Craig Dunn writes a blog post entry where he provides a placemat for the Roget's 1922 Thesaurus sample. He also provides a quick link to the source so you can easily download it. The placemat is a nice way of showing people how his sample is structured and I hope we get to see more of them in the future as they are actually quite useful! Thanks Craig.
source: conceptdev.blogspot.com
|
| MonoTouch Article - UINavigationController with MonoTouch - Building a simple RSS reader - Part 2
This is the second part of a two-part tutorial showing you how to create a simple RSS Reader application for the iPhone using C# and MonoTouch. The application will use a UINavigationController to navigate back and forth between a news list (in a UITableView) and a second view showing more details about the news article that the user selects.
source: www.alexyork.net
|
| MonoTouch Article - UINavigationController with MonoTouch - Building a simple RSS reader - Part 1
This is the first in a two-part tutorial showing you how to create a simple RSS Reader application using C# and MonoTouch. We are going to be using a UINavigationController in our app, which will show some news stories in a UITableView, and in part 2 we will navigate forward to a details view when the user selects an item.
source: www.alexyork.net
|




