MonoTouch.Info - Entries tagged with Interface Builder
MonoTouch Article - Creating a very simple MonoTouch application without Interface Builder
Paulio (@pauliom) is blogging about his monotouch experience and that's good news for the community as the more content that's out there the better :). In this entry Paulio talks about Craig Dunn's (@conceptdev) approach to not using Interface Builder and writes a simple example to show how he has done it.
MonoTouch App - Artnotes - Current Source Code
ArtNotes is an app I'm currently working on, soon to be released on to the App Store. Helping you manage images and photos, there's integrated geo-tagging and viewing of image locations on the map. There's currently basic Flickr integration to allow searching for more images as well as importing from the iPhone's library and camera. It's currently a work in progress, with lots of ideas in the queue, including import / export albums, Flickr synchronization and a revamped UI. The interface is written alm...
MonoTouch Article - Building iPhone applications using MonoTouch, part 4: the UISearchDisplayController
This is part 4 in a series on iPhone apps for beginners. In my previous post I wrote about the Interface Builder and things like outlets. Last night (with the help of some colleagues) I cracked one of the more advanced Classes in the Interface Builder: the UISearchDisplayController.
MonoTouch Article - Building iPhone applications using MonoTouch - Part 3
Richard de Zwart writes part 3 of a series. Click here part 1 and part 2 to see the previous entries. This entry focuses on Interface Builder and how to use it. Richard even mentions this site (thanks btw :) ).
MonoTouch Article - MonoTouch sans Interface Builder
Craig writes a quick entry about how he prefers to create views in code as opposed to Interface Builder. He writes about how you could write views in code too and where you would need to look in order to get started.
MonoTouch Video - Oh just a hello world with Monotouch. Cuz it's neato.
Another Hello World video for those of you getting started. 3 minutes 39 seconds long so it won't take long to view but will give you an idea of how to use Interface Builder with MonoTouch.
source: screenr.com
MonoTouch Article - Hello Interface Builder
This article explains how MonoDevelop and Interface Builder work together when you are building your application.
MonoTouch Article - Let’s build a custom UITableViewCell
Another blog post from Simon. This one represents the most detailed MonoTouch article to date. He walks you through the process of creating a project and creating a custom UITableViewCell. Great job!