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(_:).
Navigates forward one step in the page history.
@IBAction func goForward(_ sender: Any?)The page history gets built as your application calls navigation methods such as go(to:) and goToLastPage(_:).