correctionCheckingResult(range:replacementString:)
Creates and returns a text checking result after detecting a possible correction.
Declaration
class func correctionCheckingResult(range: NSRange, replacementString: String) -> NSTextCheckingResultParameters
- range:
The range of the detected result.
- replacementString:
The suggested replacement string.
Return Value
Returns an NSTextCheckingResult with the specified range and a resultType of spelling.