Contents

init(url:)

Initialize with the components of a URL.

Declaration

init?(url: URL)

Parameters

  • url:

    The URL to expand.

Discussion

If the url string from the URL is malformed, nil is returned.