Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsmanagedobjectcontext

Core-data managedObjectContext - where does it come from?

Why i should use the NSManagedObjectContext's perform() and performAndWait() while i can use DispatchQueue.global

Accessing the objectID of a NSManagedObject on a different thread?

Using NSManagedObjectContextObjectsDidChangeNotification

Core Data background sorting

New thread + NSManagedObjectContext

Recipes to pass NSManagedObjects amongs UIViewControllers

App Extension Programming Guide on sharing Core Data context with the main app

How do I update an annotation without using setCoordinate?

Context does not save the changes with error 1550

How to handle saving on child context but the objected is already deleted in parent context?

Delete all core data records does not set hasChanges in managedContext

Bad performance of Core Data "save" operation on the managedObjectContext

What is the difference between managed object context save and refreshObject:mergeChanges:

Magical Record create/fetch entity in separate thread