Instance Method インスタンスメソッド

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. 長さでの変化。