Re: Interface Builder/Custom Class
Re: Interface Builder/Custom Class
- Subject: Re: Interface Builder/Custom Class
- From: Vince DeMarco <email@hidden>
- Date: Sun, 28 Apr 2002 13:26:16 -0700
On Sunday, April 28, 2002, at 06:08 PM, Ian Reid wrote:
Hello,
I have sub-classed "NSTableView", creating a class called "MyTableView".
In order to design the interface with IB, I set the custom class of the "NSTableView" to be "MyTableView".
"MyTableView" implements the "initWithFrame" and "awakeFromNib" methods.
The "initWithFrame" method is not being called, whereas the "awakeFromNib" is.
I would be grateful if anybody could explain this behaviour.
This is expected behavior in IB, read the FAQ in Interface Builder, its under the Help menu.
vince
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.