Re: Help understanding Interface Builder/Custom Views
Re: Help understanding Interface Builder/Custom Views
- Subject: Re: Help understanding Interface Builder/Custom Views
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 27 Jul 2003 10:26:23 -0700
On Sunday, July 27, 2003, at 09:56 AM, Eric Freeman wrote:
I'd like to create a custom view in IB that will act as a cell of an
NSTableView.
You almost certainly should not be creating a view -- you should create
a subclass of an NSCell. This is illustrated in:
/Developer/Examples/AppKit/DragNDropOutlineView
The ImageAndTextCell class may be a particularly helpful example...
mmalc
_______________________________________________
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.