What's the best tutorial for iPhone development, sans Interface Builder?

iphone

Solution

You need something like this: http://lapcatsoftware.com/blog/2007/07/10/working-without-a-nib-part-5-open-recent-menu/

Related Question here: Cocoa without Interface Builder, initialize an instance of app controller?

And a more iPhone specific tutorial can be found here: http://www.iphonemusings.com/2009/01/iphone-programming-tutorial-creating.html

Problem

I tried out Interface Builder, but I'd prefer just to write the code. I understand this is reasonable and many iPhone developers don't use IB. Does anyone know any good tutorials/resources about this? All I have found so far is this video: http://www.vimeo.com/3363949

Original source

Related problems