Re: Writing Cocoa apps w/o using Interface Builder
Re: Writing Cocoa apps w/o using Interface Builder
- Subject: Re: Writing Cocoa apps w/o using Interface Builder
- From: Robert Martin <email@hidden>
- Date: Fri, 29 May 2009 18:10:41 -0400
The amazing thing about IB is that it doesn't generate code. It
archives an object graph which you define visually, with all the
correct connections, and when it instantiates itself it initializes
the objects with the arguments you defined for them in IB. Pretty much
exactly what you'd have to do in code, but without the errors, and in
a fraction of the time. It's your choice.
Rob
On May 29, 2009, at 5:06 PM, Jonathan Mast wrote:
...
I always write Java user interfaces programmatically, in my
experience, the
GUI designers for Java all generate code that really is PoS. I've
worked on
programs whose GUI was designed graphically and spent many hours
wading thru
tons boilerplate code to find an error. So perhaps those
experiences have
prejudiced me against graphical GUI development, idk.
...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden