Here is what I tried below, and the results that I found led me to my conclusion.
(a) Add an NSTextView (b) change the color. Result: Not working 
(a) Add an NSTextView (b), then change the text (c) press enter because it failed when I did not press enter (d) and then changed the color. Result: Works 
If the text property for NSTextView is not set in Interface-Builder, it does not seem to retain the text color property. Thus, the application launches the default color selection at startup. However, other properties are retained, such as background color and insert color. This makes me think this is a bug in the interface builder.
As a workaround, you can leave one empty space in the text box and set the color in the interface builder, but this may not be beneficial for you depending on what you want to do with NSTextView
iOS Calendar View OnMyProfile
source share