URL
The URL of a type checking result.
ある型検査結果のURL。
Availability 有効性
Technology
+ (NSTextCheckingResult
*)linkCheckingResultWithRange:(NSRange
)range
URL:(NSURL
*)url;
range
The range of the detected result. 検出された結果の範囲。
url
The URL. URL。
Returns an NSText
with the specified range
and a result
of NSText
.
NSText
を返します、指定されたrange
と、result
としてNSText
を持ちます。
URL