0

I want to create a seamless background color a tableview row, however I see it breaks at the end of the cell which I suspect is the part where the imageView is. what is the best way to have a continuous color on the whole row of the NSTableView just like the alternatingRow color? This is what I get when I do

    cellView.wantsLayer = YES;
    cellView.layer.backgroundColor = [NSColor redColor].CGColor;

enter image description here

user3570727
  • 10,163
  • 5
  • 18
  • 24

0 Answers0