backgroundEffect
The visual effect to apply to the button.
Declaration
@NSCopying var backgroundEffect: UIVisualEffect? { get set }Discussion
Assigning a visual effect object to this property adds that effect to the background of the action button.
The visual effect to apply to the button.
@NSCopying var backgroundEffect: UIVisualEffect? { get set }Assigning a visual effect object to this property adds that effect to the background of the action button.