Change NSCell subclass for NSTableColumn via subclassing in IB?
Change NSCell subclass for NSTableColumn via subclassing in IB?
- Subject: Change NSCell subclass for NSTableColumn via subclassing in IB?
- From: Tim Coffman <email@hidden>
- Date: Fri, 28 Feb 2003 11:30:10 -0600
Dear Gurus,
Can I change the NSCell subclass used in a particular NSTableColumn in a NSTableView by selecting a custom class for NSTableColumn in Interface Builder? Thus, I would create a subclass of NSTableColumn which chooses its own dataCell at init time. Will this work? Will this enable me to avoid writing code for awakeForNib for every nib file?
Thanks,
Tim
_______________________________________________
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.