Contents

init(url:entersReaderIfAvailable:)

Initializes a Safari view controller that will load the specified URL, entering Reader mode if Reader mode is requested and available.

Declaration

init(url URL: URL, entersReaderIfAvailable: Bool)

Parameters

  • URL:

    The URL to navigate to. The URL must use the http or https scheme.

  • entersReaderIfAvailable:

    On output, True if Reader mode should be entered automatically when it is available for the webpage; otherwise, False.

Return Value

A newly created Safari view controller.

Discussion

entersReaderIfAvailable applies only to the first page loaded.

See Also

Creating a View Controller