default
The default highlight style to apply to text.
Declaration
static let `default`: NSAttributedString.TextHighlightStyleDiscussion
Use this constant as the value for the textHighlightStyle attribute. The system applies the default highlight color to your text. To specify a different highlight color, add the textHighlightColorScheme attribute to your text and set its value to the color you want.