Contents

navigateForward(_:)

Navigates to the next object in the page controller’s arranged objects array, if appropriate.

Declaration

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