linkCheckingResult(range:url:)
Creates and returns a text checking result with the specified URL.
Declaration
class func linkCheckingResult(range: NSRange, url: URL) -> NSTextCheckingResultParameters
- range:
The range of the detected result.
- url:
The URL.
Return Value
Returns an NSTextCheckingResult with the specified range and a resultType of link.