Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsmanagedobject

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?

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

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

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

Core-Data willSave: method