Array of Objects in Core Data Entity?
Posted
by Abdulla
on Stack Overflow
See other posts from Stack Overflow
or by Abdulla
Published on 2010-05-01T09:29:37Z
Indexed on
2010/05/01
9:37 UTC
Read the original article
Hit count: 283
I've got two entities, one named exercise and the other named workout. I would like to store several different exercises in each workout object.
What is the correct logic here? Create an array of exercises in each workout?
© Stack Overflow or respective owner