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 nscellin my cocoa application, I need a custom NSCell for an NSTableView. This NSCell subclass contains a custom NSButtonCell for …
cocoa tableview nscell nsbuttoncell