Contents

playerViewWillEnterFullScreen(_:)

Tells the delegate that the player view is about to enter full-screen mode.

Declaration

optional func playerViewWillEnterFullScreen(_ playerView: AVPlayerView)

Parameters

  • playerView:

    The player view.

See Also

Responding to Full Screen Events