Contents

textColor

The color of the text.

Declaration

var textColor: UIColor? { get set }

Discussion

This property applies to the entire text string. The default value for this property is a black color. The value for the property can only be set to a non-nil value; setting this property to nil raises an exception.

If you are using styled text, assigning a new value to this property causes the text color to be applied to the entire string in the attributedText property. If you want to apply the color to only a portion of the text, create a new attributed string with the desired style information and associate it with the text field.

See Also

Configuring the text attributes