Contents

pageControllerWillStartLiveTransition(_:)

This message is sent when the user begins a transition.

Declaration

@MainActor optional func pageControllerWillStartLiveTransition(_ pageController: NSPageController)

Parameters

  • pageController:

    The page controller.

Discussion

This message is sent when the user begins a transition whether via a swipe gesture of one of the page controller’s target-action navigation methods.

See Also

Transition Notification