AVPlayerViewController.ShowsPlaybackControls Property

Definition

Determines whether user interface elements are show in the view or not.

public virtual bool ShowsPlaybackControls { [Foundation.Export("showsPlaybackControls")] get; [Foundation.Export("setShowsPlaybackControls:")] set; }
member this.ShowsPlaybackControls : bool with get, set

Property Value

Defaults to true.

Attributes

Remarks

This value should be set before playback, and should not be used to turn the feature on or off.

Applies to