Would I say "unmanaged" property? Is there a special name for this?
(talking about subclasses NSManagedObject with additional properties that are not in the data model)
Would I say "unmanaged" property? Is there a special name for this?
(talking about subclasses NSManagedObject with additional properties that are not in the data model)
They are called transient properties. You can define them in the model or you can just create them directly in the subclass.