Contents

alternateTitle

The title that the button displays when the button is in an on state.

Declaration

var alternateTitle: String { get set }

Discussion

This property contains the string that appears on the button when the button is in an on state, or the empty string if the button doesn’t display an alternate title. By default, a button’s alternate title is Button.

See Also

Configuring buttons