Contents

setFullscreen(_:animated:)

Causes the movie player to enter or exit full-screen mode.

Declaration

func setFullscreen(_ fullscreen: Bool, animated: Bool)

Parameters

  • fullscreen:

    Specify True to enter full-screen mode or False to exit full-screen mode.

  • animated:

    Specify True to animate the transition between modes or False to switch immediately to the new mode.

See Also

Accessing movie properties