views:

12

answers:

1

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)

A: 

They are called transient properties. You can define them in the model or you can just create them directly in the subclass.

Marcus S. Zarra
Thanks Marcus! Now I understand both things at once. Great answer :-)
dontWatchMyProfile