I have a Data Model object with several properties. In my app, I manage a list of objects with this type. One of the properties in the data model is an array of strings. I wish to save this array via CoreData as one object per each data model object.
How do I do that?