标签: objective-c cocoa nstableview
如何更改NSTableView的每一行的背景?
答案 0 :(得分:4)
The documentation will tell you.
如果要为特定的行,列或行列交叉点设置不同的背景颜色,be the table view's delegate and respond to tableView:willDisplayCell:forRow:按setting the background color of the cell设置背景颜色。
tableView:willDisplayCell:forRow: