stringEdited(in:changeInLength:)
Notifies the linguistic tagger that the string (if mutable) has changed as specified by the parameters.
Declaration
func stringEdited(in newRange: NSRange, changeInLength delta: Int)Parameters
- newRange:
The range in the final string that was edited.
- delta:
The change in length.