Re: Subclassing NSTableView
Re: Subclassing NSTableView
- Subject: Re: Subclassing NSTableView
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 6 Jun 2001 11:16:46 +0200
On dimanche, mai 27, 2001, at 06:15 PM, Stefan Arentz wrote:
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?
This time it's initWithCoder which is called.