iPhone: Core Data save Class object
Posted
by Nic Hubbard
on Stack Overflow
See other posts from Stack Overflow
or by Nic Hubbard
Published on 2010-06-14T01:59:31Z
Indexed on
2010/06/14
2:02 UTC
Read the original article
Hit count: 316
I have an entity in core data called Location. Inside this I have a few fields, such as date. But, I would also like to save a class object in it that I created called Annotation. What type of attribute would I use for this, since it is a custom class object that I created?
Location (object)
|__ Date
|__ Annotation (MKAnnotation protocol)
© Stack Overflow or respective owner