Can I define additional properties for a subclass of NSManagedObject that are not defined in the Core Data Model? I have a number of additional properties that I do not want to include in the model.
I can easily save NSManagedObject in context, but when I close the application, then run the selection after the application starts, NSManagedObject contains all the null values ...
Any ideas?
source
share