Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

iphone

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

like image 540
Andrew Johnson Avatar asked Jun 19 '09 00:06

Andrew Johnson


People also ask

What is Interface Builder IOS?

Interface Builder is a software development application for Apple's macOS operating system. It is part of Xcode (formerly Project Builder), the Apple Developer developer's toolset. Interface Builder allows Cocoa and Carbon developers to create interfaces for applications using a graphical user interface.

Where is Interface Builder in Xcode?

First, in Xcode, go to the Resources folder from the tree view on the left and select MainMenu. xib . It will open in the main view. This is where you are going to build you UI.


2 Answers

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

like image 78
Justicle Avatar answered Oct 16 '22 05:10

Justicle


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

like image 23
Cody C Avatar answered Oct 16 '22 04:10

Cody C