When the NSTextField (Label) is bound to a controller selection with bindings, and I have specified placeholder values for the Multiple Values Marker, No Selection Marker, etc it draws the text with a gray color that does not show up well on a dark background.
Is there a way to change the text color it uses to display the placeholder text?
Use an attributed string specifying the color you want, like this:
Then you can either set the placeholder attributed string directly:
or do it through a binding, for example: