Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nsmanagedobject

How to convert NSManagedObject to NSDictionary

[NSManagedObject sayHello]: unrecognized selector sent to instance 0x

Use NSManagedObject class without initWithEntity:?

How can I debug NSManagedObjects in XCode debugger?

Delete an object in core data

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

Permanent NSManagedObjectID not so permanent?

What are the functional differences between Coredata's CodeGen 'manual/none + create NSManagedObject subclass' vs. 'category/extension'

CoreData error driving me crazy... CoreData: Serious application error. An exception caught from delegate of NSFetchedResultsController

CoreData: error: Serious application error. Exception was caught during Core Data change processing

Xcode4: Different code generated for custom core data managed objects

Debugging SIGABRT within NSManagedObjectContext -save:

How to get all records From CoreData Base using NSManagedObjectSubClass?

Obtaining entity name from NSMangedObject subclass class object

core-data nsmanagedobject

Why exactly would one subclass NSManagedObject?

Add new attribute to existing Core Data Entity Relationship

Sort CoreData results using NSPredicate in Swift

Core Data - Iterating through the attributes of a NSManagedObject

Difference Between NSManagedObject, NSManagedObjectContext and NSManagedObjectModel

Abstract entities and inheritance in Core Data