Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsmanagedobjectcontext

best practices - NSManagedObjectContextObjectsDidChangeNotification in iOS

Why doesn't NSManagedObject instances hold a strong reference to their NSManagedObjectContext?

Get NSManagedObjectContext when using Storyboard

XCode 4.2 NSManagedObject context build failed

Unacceptable type of value for to-one relationship: property = "user"; desired type = User; given type = User;

Core Data privateQueue performBlockAndWait deadlock while accessing relationship

Avoiding registered object buildup (memleak) in NSManagedObjectContext

Background Managed Object Context Staggers UI Animation

iOS5 NSManagedObjectContext Concurrency types and how are they used?

iOS RestKit can not save local entity to database

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