Contents

goBack(_:)

Navigates back one step in the page history.

Declaration

@IBAction func goBack(_ 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