Discussion 議論
The system generates this notification when the user logs into or out of an iCloud account or enables or disables the syncing of documents and data. This notification is your cue to update caches and any interface elements displaying iCloud–related content. For example, hide all references to iCloud files when the user logs out of iCloud. システムはこの通知を、ユーザがiCloudアカウントにログインまたはアウトするもしくは書類とデータの同期を可能または不可能にする時に生成します。この通知は、iCloud関連内容を表示するキャッシュおよびあらゆるインターフェイス要素を更新するあなたの手がかりです。例えば、ユーザがiCloudをログアウトする時、iCloudファイルへの全ての参照を隠してください。
When your app receives this notification, get the new token from the ubiquity
instance property. The value of that token is nil
if the user disabled iCloud or logged out. There is no user
dictionary.
あなたのアプリがこの通知を受け取る時、新しいトークンをubiquity
インスタンスプロパティから取得してください。このトークンの値は、ユーザがiCloudを無効化するまたはログアウトしたならば、nil
です。user
辞書はありません。