Contents

goForward(_:)

Navigates forward one step in the page history.

Declaration

@IBAction func goForward(_ sender: Any?)

Discussion

The page history gets built as your application calls navigation methods such as go(to:) and goToLastPage(_:).

See Also

Related Documentation

Navigating History for a Document