Re: Cocoa patterns?
Re: Cocoa patterns?
- Subject: Re: Cocoa patterns?
- From: Vince DeMarco <email@hidden>
- Date: Sun, 26 Aug 2001 17:42:41 -0700
On Sunday, August 26, 2001, at 05:30 pm, David P. Henderson wrote:
On Sunday, August 26, 2001, at 08:09 , brian hook wrote:
This may be a case of necessitating "unlearning" the crap that MFC and
AppWizard on Win32 kind of teach people. I had assumed that since IB
generates files for me that any radical changes done to a UI via IB
would require new source file generation, thus destroying existing
source. I've been also assuming that the MVC paradigm minimizes a lot
of this damage by isolating the damage to the "V" part, which ideally
should be trivial to re-implement since the real work happens in the
"M" part. Does this sound right?
Not quite. Currently, IB will overwrite any existing files if you use
the create command, but you have 2 alternate methods of adding new
outlets/actions to a nib.
The next version of IB will allow you to merge the changes together using
FileMerge.
We are planning on working on the synchronization between your code an IB
in future releases.
vince