When I use
[myNSTextField setStringValue:@"AAA"];
to set the text of a NSTextField
the texts always have black background and look likes they have been selected.
Is it possible to display the text with black text color and white background color?
Welcome any comment
Ask the text field to
resignFirstResponder. That will deselect the view.