Re: NSBrowser's Designated Initializer
Re: NSBrowser's Designated Initializer
- Subject: Re: NSBrowser's Designated Initializer
- From: Vince DeMarco <email@hidden>
- Date: Thu, 23 Jan 2003 20:23:25 -0800
On Thursday, January 23, 2003, at 01:44 PM, The Amazing Llama wrote:
I have a NIB that has a NSBrowser subclass in it. This browser needs
to have some initialisation done, but I can't seem to get the nib
instantiator to call initWithFrame: on my subclass.
I ended up putting the code into awakeFromNib, but (from a design
perspective) it's not supposed to be there.
Why doesn't NSBrowser get an initWithFrame: call from the nib? What
_is_ it's designated initializer?
Read the IB FAQ its described there how this all works.
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.