Contents

attributedSubtitle

The text and style attributes for the button’s subtitle label.

Declaration

@property (nonatomic, copy, readwrite) NSAttributedString * attributedSubtitle;

Discussion

The configuration sets the subtitle property to match the string value of this attributed string. To change the button subtitle when the button state changes, use configurationUpdateHandler or updateConfiguration().

See Also

Configuring titles