Skip navigation.
 
mlRe: NSBrowser's Designated Initializer
FROM : Vince DeMarco
DATE : Fri Jan 24 05:23:25 2003

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlNSBrowser's Designated Initializer The Amazing Llama Jan 23, 22:44
mlRe: NSBrowser's Designated Initializer Vince DeMarco Jan 24, 05:23