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:

enter image description here enter image description here

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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -