Contents

title

The text of the title label the button displays.

Declaration

@property (nonatomic, copy, readwrite) NSString * title;

Discussion

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

See Also

Configuring titles