Change color of NSTableViewCell

后端 未结 4 423
粉色の甜心
粉色の甜心 2021-01-17 17:08

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

4条回答
  •  囚心锁ツ
    2021-01-17 17:29

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

提交回复
热议问题