Contents

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.

See Also

Creating a persistent store coordinator