highlightedResultIndex
The index of the result the find panel highlights.
Declaration
var highlightedResultIndex: Int { get }Discussion
To indicate no highlighted result, return nil (Swift) or NSNotFound (Objective-C).
The index of the result the find panel highlights.
var highlightedResultIndex: Int { get }To indicate no highlighted result, return nil (Swift) or NSNotFound (Objective-C).