goBack(_:)
An action method that loads the previous location in the back-forward list.
Declaration
@IBAction func goBack(_ sender: Any?)Parameters
- sender:
The object that sent this message.
Discussion
This method does nothing if it is unable to move backward.