spellCheckingResult(range:)
Creates and returns a text checking result with the range of a misspelled word.
Declaration
class func spellCheckingResult(range: NSRange) -> NSTextCheckingResultParameters
- range:
The range of the detected result.
Return Value
Returns an NSTextCheckingResult with the specified range and a resultType of spelling.