Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsmanagedobjectcontext

How do I create a child NSManagedObjectContext?

Core Data Multithreading Import (Duplicate Objects)

Debugging SIGABRT within NSManagedObjectContext -save:

Core Data "The Database appears corrupt" -- What causes this error?

How to get all records From CoreData Base using NSManagedObjectSubClass?

Identifying which fields have changed before CoreData saves

Changes saved from one NSManagedObjectContext doesn't reflect on main NSManagedObjectContext

How to get all entries of a NSFetchedResultsController/NSManagedObjectContext?

Undoing Core Data insertions that are performed off the main thread

Does Content of Child Managed Object Context Always the Same with Content of it's Parent?

EXC_BAD_ACCESS on mergeChangesFromContextDidSaveNotification

CoreData ManagedObjectContext Recursive Save Error

Changing a managed object property doesn't trigger NSFetchedResultsController to update the table view

Correct implementation of parent/child NSManagedObjectContext

NSManagedObjectContext(): `init()` was deprecated in iOS 9.0: Use -initWithConcurrencyType

Core Data: Do child contexts ever get permanent objectIDs for newly inserted objects?

Behavior differences between performBlock: and performBlockAndWait:?

Core Data nested managed object contexts and frequent deadlocks / freezes

Core Data viewContext not receiving updates from newBackgroundContext() with NSFetchedResultsController

When to use Core Data's NSMainQueueConcurrencyType?