Chris's coding blog

Monotouch Controllers by example

October 10, 2010

UINavigationControllerUITableControllerUITableController

If you’re use to the Winforms or ASP.NET way of laying out controls and have moved to Monotouch, one of the biggest hurdles to get over is learning your way around Interface builder and how Monotouch ties in with it.

The alternative to using Interface builder is to lay out all your views inside C# and not open Interface builder again. The learning curve is slightly steeper with this method but you get finer control on your Views and this technique is more familiar if you’re used to laying out controls (or Views in Cocoa land) in code.

It’s slower to design as you generally adjust pixels and the flow of a view, rebuild and view in the simulator and it’s not the prefered solution if you’re collaborating with a graphic designer who can simply use Interface builder.

But coming from a .NET winforms, ASP.NET/ASP.NET MVC and even Java Swing background I’m comfortable laying out views in markup and C#, so I’ve decided to write up my adventures as a set of 2 articles. The two controllers I’ll cover, which are the basis for 90% (I made that statistic up) of iPhone apps:

The two articles cover most of the basics and a bit more via code, and they include a solution file download.

monotouch

I'm Chris Small, a software engineer working in London. This is my tech blog. Find out more about me via GithubStackoverflowResume