Re: Want to make changes to my UI, do I lose current code?
Re: Want to make changes to my UI, do I lose current code?
- Subject: Re: Want to make changes to my UI, do I lose current code?
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 12 Jul 2001 17:27:48 +0200
On jeudi, juillet 12, 2001, at 04:53 PM, email@hidden
wrote:
Okay, I want to make changes in Interface Builder (IB) without losing
all my code. Is there a CLEAN way of doing it other than saving
everything in a "secret directory"? This is what I was doing before,
but it seems so...hack. Since UI's do change over time, what is the
"normal" way of doing this?
Making change in IB can't make you lose codes, it can just create
incoherence between the .nib file and the .h file.
What I usually do is: If I made a change in the .h file, I manually
change the class description in the .nib. And vice-versa.