Contents

spellCheckingResult(range:)

Creates and returns a text checking result with the range of a misspelled word.

Declaration

class func spellCheckingResult(range: NSRange) -> NSTextCheckingResult

Parameters

  • range:

    The range of the detected result.

Return Value

Returns an NSTextCheckingResult with the specified range and a resultType of spelling.

See Also

Text Checking Results for Spelling