var url: URL?
The URL of a type checking result.
ある型検査結果のURL。
Availability 有効性
Technology
class func linkCheckingResult(range: NSRange
,
url: URL
) -> NSTextCheckingResult
range
The range of the detected result. 検出された結果の範囲。
url
The URL. URL。
Returns an NSText
with the specified range
and a result
of link
.
NSText
を返します、指定されたrange
と、result
としてlink
を持ちます。
var url: URL?