Re: Subclassing NSTableView
Re: Subclassing NSTableView
- Subject: Re: Subclassing NSTableView
- From: Henri Lamiraux <email@hidden>
- Date: Sun, 27 May 2001 11:30:05 -0700
Is your subclass being instantiated from a nib? if the answer is yes then
implements -awakeFromNib and do your initialization there.
>
I'm trying to subclass NSTableView, but neither init or
>
initWithFrame: are being called in my implementation. So
>
what is the correct place to put my own initialization
>
code?
Henri Lamiraux
Apple Computer, Inc.