How can I set an NSTextView
to an NSAttributedString
? I do not want to use a textConainer, and I tried:
[myTextView insertText:myMutableAttributedString];
but it didn't work. Nothing happened...not even a warning or a runtime error. Any help would be appreciated.