Contents

rangeForUserCompletion

The partial range from the most recent beginning of a word up to the insertion point.

Declaration

var rangeForUserCompletion: NSRange { get }

Discussion

This value is intended to be used for the range argument in the text completion methods such as completions(forPartialWordRange:indexOfSelectedItem:).

See Also

Performing text completion