init(managedObjectModel:)
Creates a persistent store coordinator with the specified managed object model.
Declaration
init(managedObjectModel model: NSManagedObjectModel)Parameters
- model:
A managed object model.
Return Value
The receiver, initialized with model.