Contents

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.

See Also

Configuring the action’s appearance