ios - Core Data: How to access/set inherited attributed? -
i have employee entity inherits human entity. cannot access or set inherited attribute (property) name on employee instance in code using dot syntax, using setvalue(forkey) works.
i have included 2 screen shots:
the human entity abstract, if don't put abstract still not let me access inherited attributes via dot syntax. tried changing codegen class definition , still doesn't work. doing wrong or standard way of accessing inherited attributes. solution problem helpful.


Comments
Post a Comment