Contents

subtitle

The text the subtitle label of the button displays.

Declaration

var subtitle: String? { get set }

Discussion

This property matches the string value of the attributedSubtitle property. To change the button subtitle when the button state changes, use configurationUpdateHandler or updateConfiguration().

See Also

Configuring titles