Contents

cornerStyle

The button style that controls the display behavior of the background corner radius.

Declaration

var cornerStyle: UIButton.Configuration.CornerStyle { get set }

Discussion

This property controls the behavior of the cornerRadius you set on the configuration background. The default corner style is UIButton.Configuration.CornerStyle.dynamic.

See Also

Configuring the button background