Contents

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 http or https scheme.

Return Value

A newly created Safari view controller.

See Also

Creating a View Controller