Ive been searching everywhere, but I cant find a solution how to change the font color in the NSTextView? There is of course an option in Xcode / Interface Builder, but I doesnt change the color, when compiled. The background color does change though.
Do I have to subclass the TextView?
Ive been searching everywhere, but I cant find a solution how to change the
Share
Try doing something like this:-
or you try this to set it to default color like this:-
or