class func spellCheckingResult (range: NSRange) -> NSTextCheckingResult
Creates and returns a text checking result with the range of a misspelled word.
あるテキスト検査結果をある綴り間違い単語からなる範囲について作成して返します。
Availability 有効性
Technology
class func correctionCheckingResult(range: NSRange
,
replacementString: String
) -> NSTextCheckingResult
range
The range of the detected result. 検出された結果の範囲。
replacementString
The suggested replacement string. 提案される置換文字列。
Returns an NSText
with the specified range
and a result
of spelling
.
NSText
を返します、指定されたrange
と、result
としてspelling
を持ちます。
class func spellCheckingResult (range: NSRange) -> NSTextCheckingResult
var replacementString : String?