grammarCheckingResult(range:details:)
Creates and returns a text checking result with the specified array of grammatical errors.
Declaration
class func grammarCheckingResult(range: NSRange, details: [[String : Any]]) -> NSTextCheckingResultParameters
- range:
The range of the detected result.
- details:
An array of details regarding the grammatical errors. This array of strings is suitable for presenting to the user.
Return Value
Returns an NSTextCheckingResult with the specified range and a resultType of grammar.