init(url:)
Initializes a Safari view controller that loads the specified URL.
Declaration
convenience init(url URL: URL)Parameters
- URL:
The URL to navigate to. The URL must use the
httporhttpsscheme.
Return Value
A newly created Safari view controller.