cocoabackground-colornstableviewcell

Change color of NSTableViewCell


How can I change the color of a cell in my NSTableView?


Solution

  • Try using a custom NSView for that, or NSTableView's -setBackgroundColor: method.