Contents

backgroundColor

The background color of the bar.

Declaration

@NSCopying var backgroundColor: UIColor? { get set }

Discussion

The bar layers the specified color on top of any blur effects you specified in the backgroundEffect property, and below the image in the backgroundImage property.

See Also

Configuring the background appearance