Contents

attributedTitle

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

Declaration

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

Discussion

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

See Also

Configuring titles