Contents

textHighlightColorScheme

The custom highlight color to apply to the text.

Declaration

static let textHighlightColorScheme: NSAttributedString.Key

Discussion

The value of this attribute is an NSAttributedString.TextHighlightColorScheme structure. The default value of this attribute is nil, which applies the default system highlight color to the text when the textHighlightStyle attribute is present.

A highlight adds a background color behind the text, and applies a contrasting foreground color to the text itself. Set the value of this attribute to default, or don’t specify the attribute at all, to apply a highlight with the default system color. Specify a different value for this attribute to apply that highlight color instead.

See Also

Getting text attribute keys