Re: cocoa-dev digest, Vol 2 #999 - 13 msgs
Re: cocoa-dev digest, Vol 2 #999 - 13 msgs
- Subject: Re: cocoa-dev digest, Vol 2 #999 - 13 msgs
- From: Roarke Lynch <email@hidden>
- Date: Fri, 26 Jul 2002 11:07:48 -0400
On Friday, July 26, 2002, at 07:09 AM, Raphakl Delcroix wrote:
One last question : why don't I need to instantiate MyTableView in IB ?
Because it appears in the window (an NSTableView / custom class
MyTableView) ?
In fact, instantiating or not in IB isn't a very clear topic for me yet.
You don't have to init MyTableView b/c when the NIB is loaded and
the object is inited the call goes to it's superclass, NSTableView,
unless you override it. In which call you should still call a [super
init] within your subclasses init method. Then all is dandy.
Roarke Lynch
-------------------------------
email@hidden
_______________________________________________
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.