backgroundEffect
The blur effect to apply to the bar’s background.
Declaration
@NSCopying var backgroundEffect: UIBlurEffect? { get set }Discussion
The blur effect provides the base layer for the bar’s appearance, and it determines how much of the underlying content is visible. UIKit applies the backgroundColor and backgroundImage on top of this effect.