otherButtonTitle
Specifies a custom title for the close button in an alert-style notification.
Declaration
var otherButtonTitle: String { get set }Discussion
This value should be localized as it is presented to the user. The string is truncated to a length appropriate for display and the property is modified to reflect the truncation.
An empty string will cause the default localized text to be used. A nil value is invalid.