Contents

linkCheckingResult(range:url:)

Creates and returns a text checking result with the specified URL.

Declaration

class func linkCheckingResult(range: NSRange, url: URL) -> NSTextCheckingResult

Parameters

  • range:

    The range of the detected result.

  • url:

    The URL.

Return Value

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

See Also

Text Checking Results for URLs