setTextColor(_:)
Sets the color of the timer’s text.
Declaration
func setTextColor(_ color: UIColor?)Parameters
- color:
The custom color to apply to the timer string. Specifying
nilremoves the custom color and returns the text to the color specified in the storyboard file. The default text color is white.