Contents

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 nil removes the custom color and returns the text to the color specified in the storyboard file. The default text color is white.

See Also

Configuring the Timer Attributes