Global Variable
グローバル変数
NSLocalizedRecoveryOptionsErrorKey
The corresponding value is an array containing the localized titles of buttons appropriate for displaying in an alert panel.
対応する値は、警告パネルにおいて表示するのに適したローカライズされたボタンのタイトルを含んでいる配列です。
Declaration
宣言
let NSLocalizedRecoveryOptionsErrorKey: String
Discussion
議論
The first string is the title of the right-most and default button, the second the one to the left, and so on. The recovery options should be appropriate for the recovery suggestion returned by localizedRecoverySuggestion
.
最初の文字列は、最も右のそして省略時ボタンのタイトルです、2番目は左のもの、などなど。復旧オプションは、localizedRecoverySuggestion
によって返される復旧提案に適したものであるべきです。