Interface Builder/Custom Class
Interface Builder/Custom Class
- Subject: Interface Builder/Custom Class
- From: Ian Reid <email@hidden>
- Date: Sun, 28 Apr 2002 18:08:31 -0700
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.
Thanks in advance,
Ian
_______________________________________________
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.