I am looking to remove the separator color in View based NSTableView
.
It looks like this :
For UITableView there is a method setSeparatorColor:
but not for NSTableView.
Solutions will be highly appreciated.
Maybe I could mention that in view based tables NSTableRowView is responsible for drawing the seperators. So in the inspector for the table you set it the grid to "None" and implement drawSeparatorInRect:
in your NSTableRowView subclass, which in your case would mean leaving it empty.
Answer for Interface Builder :
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With