Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsmanagedobjectcontext

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

Magical Record create/fetch entity in separate thread

CoreData merge conflict shows managed object version change not data

Iterate through NSManagedObjectContext objects?

managedObjectContext deleteObject:matches not deleting data from Core data base?

Create temporary CoreData entities (in a non-persistent MagicalRecord context)?

How to share a ManagedObjectContext when using UITabBarController with inner UINavigationControllers

iPhone iOS how to merge Core Data NSManagedObjectContext?

Passing a managedObjectContext through to a UITabBarController's views

Core Data not saving transformable NSMutableDictionary

Duplication of entity when change made by a child ManagedObjectContext is pushed (saved) to its parent

Multi-Context CoreData with batch fetch by relationship

Core Data and multithreading

What is an effective way to perform cascading deletes of objects from Core Data without hurting app performance?

NSManagedObjectContext: performBlockAndWait vs performBlock with notification center

NSManagedObjectContext - how to update child when parent changes?

How to get managedObjectContext for viewController other than getting it from appDelegate?