mergedModel(from:)
Returns a model created by merging all the models found in given bundles.
Declaration
class func mergedModel(from bundles: [Bundle]?) -> NSManagedObjectModel?Parameters
- bundles:
An array of instances of
NSBundleto search. If you specifynil, then the main bundle is searched.
Return Value
A model created by merging all the models found in bundles.