Top "Nscell" questions

Is it possible to design NSCell subclasses in Interface Builder?

I'm trying to subclass NSCell for use in a NSTableView. The cell I want to create is fairly complicated so …

objective-c cocoa interface-builder nstableview nscell
NSButtonCell inside custom NSCell

in my cocoa application, I need a custom NSCell for an NSTableView. This NSCell subclass contains a custom NSButtonCell for …

cocoa tableview nscell nsbuttoncell