Swift

textView.text = "Hello, world!"

Objective-C:

textView.text = @"Hello, world!";