Type Method 型メソッド

linkCheckingResult(range:url:)

Creates and returns a text checking result with the specified URL. あるテキスト検査結果をこの指定されたURLについて作成して返します。

Declaration 宣言

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

Parameters パラメータ

range

The range of the detected result. 検出された結果の範囲。

url

The URL. URL。

Return Value 戻り値

Returns an NSTextCheckingResult with the specified range and a resultType of link. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてlinkを持ちます。

See Also 参照

Text Checking Results for URLs URLに対するテキスト検査結果