updated demo

This commit is contained in:
John Rommel Estropia
2015-05-09 14:10:55 +09:00
parent b16c9deeb9
commit a1610534cb
14 changed files with 286 additions and 282 deletions

View File

@@ -94,8 +94,10 @@ internal extension NSManagedObjectContext {
HardcoreData.handleError(
error ?? NSError(hardcoreDataErrorCode: .UnknownError),
"Failed to obtain permanent ID(s) for \(numberOfInsertedObjects) inserted object(s).")
})
"Failed to obtain permanent ID(s) for \(numberOfInsertedObjects) inserted object(s)."
)
}
)
}