Contents

didAdd(to:)

Invoked after the persistent store has been added to the persistent store coordinator.

Declaration

func didAdd(to coordinator: NSPersistentStoreCoordinator)

Parameters

  • coordinator:

    The persistent store coordinator to which the receiver was added.

Discussion

The default implementation does nothing. You can override this method in a subclass in order to perform any kind of setup necessary before the load method is invoked.

See Also

Responding to the Store Life Cycle