Swift

textView.textColor = UIColor.red

Objective-C

textView.textColor = [UIColor redColor];