load(_:)
Declaration
func load(_ url: URL) -> WKNavigation?Parameters
- url:
The URL to which to navigate.
Return Value
A new navigation for the given request.
Discussion
Navigates to a requested URL.
func load(_ url: URL) -> WKNavigation?The URL to which to navigate.
A new navigation for the given request.
Navigates to a requested URL.