UITextView:
*
Change text
Swift
textView.text = "Hello, world!"
Objective-C:
textView.text = @"Hello, world!";