Type Property 型プロパティ

NSPersistentStoreCoordinatorStoresDidChange

A notification that posts when a coordinator adds, removes, or updates a persistent store.

Declaration 宣言

static let NSPersistentStoreCoordinatorStoresDidChange: NSNotification.Name

Discussion 議論

The notification's object is the persistent store coordinator that was affected. The notification’s userInfo dictionary contains information about the stores that were added or removed, specified using the following keys: 通知のもつオブジェクトは、影響を及ぼされた永続ストアコーディネータです。通知のもつuserInfo辞書は、追加または除去されたストアについての情報を含み、以下のキーを使って指定されます:

See Also 参照

Core Data