Contents

cornerStyle

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

Declaration

@property (nonatomic, assign, readwrite) UIButtonConfigurationCornerStyle cornerStyle;

Discussion

This property controls the behavior of the cornerRadius you set on the configuration background. The default corner style is UIButtonConfigurationCornerStyleDynamic.

See Also

Configuring the button background