Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

DATAStack — 5.1.0

Compare
Choose a tag to compare
@3lvis 3lvis released this 15 May 08:02
· 133 commits to master since this release

Added

/**
 Most of the time when saving a background context you want that it merges the saved changes with the main 
 context, but when you're performing partial savings, such as batch saves you don't want this to be the case.
 - parameter context: The block that contains the created background context.
 */
public func saveBackgroundContextWithoutMergingWithMainContext(context: NSManagedObjectContext) throws