Re: How to create an interface without interface builder

2009-08-21 Thread Michael Mucha
I did it without Interface Builder for my first App Store app, over the last few months. While I found IB interesting, and really slick for certain types of apps, it didn't seem particularly advantageous for the Core Animation heavy 2D game I was doing, while I found it annoying that you had to cro

Re: How to create an interface without interface builder

2009-08-20 Thread vinai
Check: http://lapcatsoftware.com/blog/?s=%22working+without+a+nib for tips on getting around using NIBs and XIBs. --- On Thu, 8/20/09, Jonathan Chacón wrote: > From: Jonathan Chacón > Subject: How to create an interface without interface builder > To: "Apple Cocoa De

How to create an interface without interface builder

2009-08-20 Thread Jonathan Chacón
Hello, I'm a blind developer and I'm studing Cocoa and ObjetiveC. All documentation I found uses interface builder to add controls to the window. Does anybody know any sample or tutorial to create interfaces using objetiveC without interface bulder? thanks and regards Jonathan Chac