Type Method 型メソッド

linkCheckingResultWithRange:URL:

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

Declaration 宣言

+ (NSTextCheckingResult *)linkCheckingResultWithRange:(NSRange)range 
                                                  URL:(NSURL *)url;

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 NSTextCheckingTypeLink. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてNSTextCheckingTypeLinkを持ちます。

See Also 参照

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