Edit

Share via


AVPlayerViewController.ContentOverlayView Property

Definition

View sitting between the video being played back and the video controls, can be used by applications to add their own user interface elements.

public virtual UIKit.UIView ContentOverlayView { [Foundation.Export("contentOverlayView")] get; }
member this.ContentOverlayView : UIKit.UIView

Property Value

A view that you can add elements to.

Attributes

Remarks

Applies to