class func correctionCheckingResult (range: NSRange, replacementString : String) -> NSTextCheckingResult
Creates and returns a text checking result after detecting a possible correction.
あるテキスト検査結果を可能な訂正を検出した後に作成して返します。
Availability 有効性
Technology
class func spellCheckingResult(range: NSRange
) -> NSTextCheckingResult
range
The range of the detected result. 検出された結果の範囲。
Returns an NSText
with the specified range
and a result
of spelling
.
NSText
を返します、指定されたrange
と、result
としてspelling
を持ちます。
class func correctionCheckingResult (range: NSRange, replacementString : String) -> NSTextCheckingResult