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.
Initialize with the components of a URL.
init?(url: URL)The URL to expand.
If the url string from the URL is malformed, nil is returned.