Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsmanagedobjectcontext

Swift get specific NSManagedObject from entity (core data)

NSManagedObject Not Reflecting Changes After Background Thread NSManagedObjectContextDidSaveNotification

Core data Multi level parent - Child context

what's the 'proper' way to use NSManagedObjectContext's objectWithID:

Array of NSManagedObjectIDs, fetch the objects at once

Using NSManagedObject subclasses to transport persistent and non persistent data

NSManagedObjectContextObjectsDidChangeNotification not always called instantly

How to remove a core data persistent store

performBlockAndWait creates deadlock

Store But Don't Save NSManagedObject to CoreData?

CoreData: Fetching an Object from an unsaved Context

Retrieve NSManagedObjectContext from NSManagedObject

Core Data Fault

performBlockAndWait On Child Context with Private Queue Deadlocks Parent on iOS 7

Illegal relationship between objects in different contexts: but I only have one context?

What could cause mergeChangesFromContextDidSaveNotification not to merge/invalidate objects that have been updated?

Does NSFetchedResultsController Observe All Changes to Persistent Store?

RestKit crashes because NSManagedObjectContext is nil in the RKResponseMapperOperation

Using Core Data Concurrently and Reliably