Contents

navigateBack(_:)

Navigates backwards in the page controller’s arranged objects array.

Declaration

@IBAction func navigateBack(_ sender: Any?)

Parameters

  • sender:

    The sender.

Discussion

This method is typically invoked in response to a user interacting with a control, the sender.

This method is animated and invokes the delegate’s pageControllerWillStartLiveTransition(_:) and pageControllerDidEndLiveTransition(_:) methods.

See Also

Related Documentation

Page Controller Navigation