Help understanding Interface Builder/Custom Views
Help understanding Interface Builder/Custom Views
- Subject: Help understanding Interface Builder/Custom Views
- From: Eric Freeman <email@hidden>
- Date: Sun, 27 Jul 2003 09:56:21 -0700
I'd like to create a custom view in IB that will act as a cell of an
NSTableView. In IB I've created this view in my main nib; the view has
an image, text and a few other things. My plan was to use
outlineView:willDisplayCell:forTableColumn:item: as a place to set the
various values in the view. I'm most likely using the wrong approach
here as I'd like to not only instantiate several of these views to fill
the table, but also be able to add my own accessor methods. How can I
achieve this by leveraging IB and not having to write this class from
scratch?
Thanks,
Eric
_______________________________________________
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.