IB trashed my Nibs!
IB trashed my Nibs!
- Subject: IB trashed my Nibs!
- From: Simson Garfinkel <email@hidden>
- Date: Tue, 5 Feb 2002 00:14:17 -0500
One of the reviewers on the new Cocoa book noted that we should tell
people that if you resize an NSWindow within IB with the command-key
down, it will actually do a real resize, and you can use this to
relayout your window.
Well, I did this, and it worked pretty well --- except for the
NSSplitView. The NSTextView inside my NSSplitView was permanently
damaged by the resize operation. The only way that I could solve the
problem was by reloading my old nib from CVS.
Has anybody else run into a similar problem?