Contents

backgroundColor

The background color of the action button.

Declaration

@NSCopying var backgroundColor: UIColor! { get set }

Discussion

The default value of this property is determined by the value of the style property, which determines the default appearance of the button. Assigning a new color to this property changes the background to the color that you specify.

See Also

Configuring the appearance