I have an entity called "Person" and a set of UIImages for it (One-To-Many). When the user enters the images, he's asked to do so in a chronological order to the person's life.
When I save & restore the data from Core Data, I need to keep the images order.
How would you suggest me to do it?
10x