Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsmanagedobject

Copying pending changes between NSManagedObjectContexts with shared persistent store?

Get class name in convenience init Swift 3

Crash on retrieving entity name?

Core Data: Observing new Entity of certain type

MagicalRecord relationship mapping duplicates objects despite primary keys

NSManagedObject initWithEntity: insertIntoManagedObjectContext: EXC_BAD_ACCESS

core data : differences between managed object and entities?

CoreData - Update model class instead of creating new

How to fetch specific records in Core data

Does an NSManagedObject retain its NSManagedObjectContext?

Setting up a parent-child relationship in Core Data

Core-Data: NSLog output Does Not Show "Fields"

IOS App crash: [__NSArrayI objectAtIndex:]: index 0 beyond bounds for empty array

Swift get specific NSManagedObject from entity (core data)

Creating an NSManagedObject with NSDictionary contents

predicateWithBlock: passes NSDictionaryMapNode

RestKit: how to remove core data entries to keep the content in sync with the server?

ios restkit nsmanagedobject

With CoreData, if I have an @dynamic property, can I override its getter just like it was @synthesized? (Lazy Instantiation)