Contents

NSPersistentStoreCoordinatorWillRemoveStore

A notification that posts before a coordinator removes a store.

Declaration

static let NSPersistentStoreCoordinatorWillRemoveStore: NSNotification.Name

Discussion

This notification’s object is the changed store coordinator. The framework posts the notification to an internal thread. Don’t peform any asynchronous work or block the calling thread.

There is no userInfo dictionary.

See Also

Core Data