backgroundColor
The color of the popover’s backdrop view.
Declaration
@NSCopying var backgroundColor: UIColor? { get set }Discussion
Use this property to customize the background color of your popover. Changing the value of this property while the popover is visible triggers an animated change to the new color. The default value of this property is nil, which corresponds to the default background color.