Instance Method インスタンスメソッド

URLAtIndex:effectiveRange:

Returns a URL, either from a link attribute or from text at the specified location that appears to be a URL string, for use in automatic link detection. URLを返します、リンク属性からまたはURL文字列のように見える指定された場所でのテキストからのどちらかで、自動リンク検出において使うために。

Declaration 宣言

- (NSURL *)URLAtIndex:(NSUInteger)location 
       effectiveRange:(NSRangePointer)effectiveRange;

Parameters パラメータ

location

The character index in the string at which the method checks for a link. それでメソッドがリンクについて検査する、この文字列の中の文字インデックス。

effectiveRange

The actual range covered by the link attribute or URL string, or of non-URL text if no apparent URL is found. リンク属性またはURL文字列によってカバーされる、または明白なURLが見つからないならば非URLテキストの、実際の範囲。

Return Value 戻り値

The URL found at location. locationで見つけられたURL。

See Also 参照

Deprecated Instance Methods 非推奨インスタンス メソッド