Contents

attributedTitle

The title displayed by the button when it’s in its normal state as an attributed string.

Declaration

@NSCopying var attributedTitle: NSAttributedString { get set }

Discussion

The value of this property is the attributes string that appears on the button when it’s in its normal state, or an empty attributed string if the button doesn’t display a title. A button’s title is always displayed if the button doesn’t use its alternate contents for highlighting or displaying the alternate state. By default, a button’s title is “Button.” Setting this property redraws the button if necessary.

Graphics attributes configured for the cell (such as backgroundColor, alignment, font, and so on) are overridden when corresponding properties are set for the attributed string.

See Also

Related Documentation

Setting Titles