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

url(relativeTo:)

Returns a URL based on the component settings and relative to a given base URL. 構成要素設定されらに基づきそして与えられた基盤URLに相対的なあるURLを返します。

Declaration 宣言

func url(relativeTo base: URL?) -> URL?

Discussion 議論

If the NSURLComponents has an authority component (user, password, host or port) and a path component, then the path must either begin with “/” or be an empty string. NSURLComponentsがauthority構成要素(ユーザ、パスワード、ホスト、またはポート)とパス構成要素を持つならば、そのときパスは “/” で始まるかまたは空の文字列かどちらかでなければなりません。 If the NSURLComponents does not have an authority component (user, password, host or port) and has a path component, the path component must not start with “//”. If those requirements are not met, nil is returned.

See Also 参照

Getting the URL URLを取得する