Contents

playerViewController(_:willEndFullScreenPresentationWithAnimationCoordinator:)

Tells the delegate when the player view controller is about to end full-screen display.

Declaration

optional func playerViewController(_ playerViewController: AVPlayerViewController, willEndFullScreenPresentationWithAnimationCoordinator coordinator: any UIViewControllerTransitionCoordinator)

Parameters

  • playerViewController:

    The player view controller.

  • coordinator:

    The transition coordinator to use when coordinating animations.

See Also

Responding to Full-Screen Presentations