Instance Method
goForward(_:)
Navigates to the forward item in the back-forward list.
Declaration
@IBAction func goForward(_ sender: Any?)
Parameters
sender
The object sending this message.
Return Value
None; the dummy return type is equivalent to void
. The method indicates to Interface Builder that the sender is an action.
See Also
Navigating
var canGoBack: Bool
A Boolean value indicating whether there is a back item in the back-forward list that can be navigated to.
var canGoForward: Bool
A Boolean value indicating whether there is a forward item in the back-forward list that can be navigated to.
var allowsLinkPreview: Bool
A Boolean value that determines whether pressing on a link displays a preview of the destination for the link.