Colors
NSColor has many useful functions to easily get the NSColor you want. The default color of the selection of an NSTableView is
[NSColor alternateSelectedControlColor]
Don’t forget the alternates.
NSColor has many useful functions to easily get the NSColor you want. The default color of the selection of an NSTableView is
[NSColor alternateSelectedControlColor]
Don’t forget the alternates.
