Best practice? - Array/Dictionary as a Core Data Entity Attribute

Posted by Run Loop on Stack Overflow See other posts from Stack Overflow or by Run Loop
Published on 2009-10-13T20:16:25Z Indexed on 2012/06/01 10:40 UTC
Read the original article Hit count: 187

I am new to Core Data. I have noticed that collection types are not available as attribute types and would like to know what the most efficient way is of storing array/dictionary type data as an attribute (e.g. the elements that make up an address like street, city, etc. does not require a separate entity and is more conveniently stored as a dictionary/array than separate attributes/fields). Thank you.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about ios