UITextView:
*
Change text color
Swift
textView.textColor = UIColor.red
Objective-C
textView.textColor = [UIColor redColor];