What is the use of Persistent Store Coordinator in Core Data
Ask by Tarun Kumar
Updated 23 Sep 2020
In Core Data Persistent Store Coordinator are actually the instances of “NSPersistentStoreCoordinator” class. It is responsible for coordinating access to multiple persistent object stores. If we are an iOS developer then we will never directly interact with the persistence store coordinator and in fact, will very rarely need to develop an application that requires more than one persistent object store. When multiple stores are required, the coordinator presents these stores to the upper layers of the Core Data stack as a single store.