Instance Property インスタンスプロパティ

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. 空文字列は、省略時のローカライズされたテキストが使われるようにするでしょう。nil値は、無効です。

See Also 参照

Displayed Notification Buttons 表示される通知ボタン