I can't find any parameter that seems to be related with the text value showed in a NSTextView
. I understood that a NSTextView
uses a complex structure (with NSLayoutManager
etc...), but I can't find a valid way to modify the current text
value.
The right method is "setString" [textView setString:@"the string"];
Setting text on outlet textView Swift Xcode 8.0
textView.string = newString
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With