Contents

NSPersistentStoreCoordinatorWillRemoveStoreNotification

A notification that posts before a coordinator removes a store.

Declaration

extern NSString * const NSPersistentStoreCoordinatorWillRemoveStoreNotification;

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

Notifications