Is it possible to define additional properties to a NSManagedObject subclass that are not defined within the Core Data Model? I have a series of additional properties that I do not want to include in the model.
I am able to save the NSManagedObject to the context just fine, but when I close the app then run a fetch after starting the app again, the NSManagedObject contains all null values...
Any ideas?