backgroundView
A customizable view that is displayed behind the movie content.
Declaration
var backgroundView: UIView! { get }Discussion
This view provides the backing content, on top of which the movie content is displayed. You can add subviews to the background view if you want to display custom background content.
This view is part of the view hierarchy returned by the view property.