Re: Programatically Designing a GUI
Re: Programatically Designing a GUI
- Subject: Re: Programatically Designing a GUI
- From: "John C. Randolph" <email@hidden>
- Date: Sat, 4 Aug 2001 13:07:29 -0700
On Saturday, August 4, 2001, at 12:14 PM, David Lee wrote:
Evening All,
I realise that NIB files and the integration of Project Builder and
Interface Builder makes Cocoa GUI development relatively
straightforward, but say I wanted to create an application that had a
Aqua GUI but used no NIB files whatsoever, could it all be done
programatically like in the days before we had NIB files?
This question comes up fairly often, and the answer is yes, it can all
be done in code (which, after all is what -loadNibFile: is doing), but
there's no more reason to abandon IB than there is to forego compilers
and write all your code with a hex editor.
-jcr
"The right to be heard does not include the right to be taken
seriously." - Hubert Humphrey