Contents

NSTextHighlightStyleDefault

The default highlight style to apply to text.

Declaration

extern NSTextHighlightStyle const NSTextHighlightStyleDefault;

Discussion

Use this constant as the value for the NSTextHighlightStyleAttributeName attribute. The system applies the default highlight color to your text. To specify a different highlight color, add the NSTextHighlightColorSchemeAttributeName attribute to your text and set its value to the color you want.