Type Property 型プロパティ

NSPersistentStoreCoordinatorWillRemoveStore

A notification that posts immediately before a coordinator removes a persistent store.

Declaration 宣言

static let NSPersistentStoreCoordinatorWillRemoveStore: NSNotification.Name

Discussion 議論

The notification is sent during the invocation of NSPersistentStore’s willRemove(from:) method during store deallocation or removal. The notification's object is the persistent store coordinator will be removed. 通知は、ストアのデアロケーションまたは除去の間のNSPersistentStore’s willRemove(from:)メソッドの発動の間に送られます。通知のもつオブジェクトは、除去される永続ストアコーディネータです。

See Also 参照

Core Data