Re: Custom NSTableRowView Question

2014-10-20 Thread Uli Kusterer
On 20 Oct 2014, at 12:08, Luther Baker wrote: > I tried setting it in the init'r but it is getting overwritten. I can > intercept the calls to [NSTableRowView setBackgroundColor:] and override > the color but before doing that, I'd like to better understand why the > color is being set by somethin

Custom NSTableRowView Question

2014-10-20 Thread Luther Baker
I've created and I'm displaying a custom NSTableRowView but I'm having trouble settings its background color. I tried setting it in the init'r but it is getting overwritten. I can intercept the calls to [NSTableRowView setBackgroundColor:] and override the color but before doing that, I'd like to