Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

CoreData could not fulfill a fault for

How do I copy or move an NSManagedObject from one context to another?

How can I track/observe all changes within a subgraph?

Multiple NSEntityDescriptions Claim NSManagedObject Subclass

What is NSManagedObjectContext's performBlock: used for?

Core Data background context best practice

Implementing Fast and Efficient Core Data Import on iOS 5