Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsmanagedobject

NSEntityDescription entityForName returning nil

How to override hash and isEqual for NSManagedObjects?

ios hash nsmanagedobject nsset

How to make Deep Copy of NSManagedObject in Core Data

Correct way to update Objective C project for Xcode 8 Core Data NSManagedObject subclass changes

Core Data saving problem: can't update transformable attribute (NSArray)

Why are NSManagedObject and NSEntityDescription separate classes?

Copying pending changes between NSManagedObjectContexts with shared persistent store?

Swift CoreData: error: Failed to call designated initializer on NSManagedObject class 'NSManagedObject'

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?

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

NSManagedObject and KVO vs Documentation

How can I create instances of managed object subclasses in a NSManagedObject Swift extension?

Core-Data willSave: method