Contents

showsPlaybackControls

A Boolean value that indicates whether the player view controller shows playback controls.

Declaration

var showsPlaybackControls: Bool { get set }

Discussion

Set this property to false if you don’t want the system-provided playback controls visible over your content. Hiding the playback controls can be useful in situations where you need a non-interactive video presentation, such as a video splash screen.

The default value is true.

See Also

Configuring presentation