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