visibleCharacterRanges
An array of visible character ranges.
Declaration
optional var visibleCharacterRanges: [NSValue] { get }Discussion
The text finder uses this property’s value to determine which ranges it should search to show all of the incremental matches that are currently visible.
If this property is not implemented, then the incremental matches cannot be shown.
The array contains NSValue objects that wrap NSRect structures.