tags:

views:

1245

answers:

4

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

+1  A: 

I've used iCodeBlog for iPhone tutorials. They work pretty good. Here is the Interface builder category

Cody C
"Sans" means "without." You pointed to the IB tutorials.
Nosredna
A: 

I'd recommend this book:

iPhone SDK Application Development By Jonathan Zdziarski

http://oreilly.com/catalog/9780596154059/

All of the examples and explanations are without interface builder.

If you live in a big city (eg San Francisco), work for a big company, or are in university, you may have access to Safari Online. This book is available online there.

John
A: 

"Beginning iPhone 3 Development" really brought me up to speed fast.

http://iphonedevbook.com/

After that, the Apple Guides and class documentation ...

Brian
Yea that book is great, except it too uses Interface builder.
David