I want to be able to save an array to core data. I am aware that this can't be done.
In this case, I have an entity named 'List' and an attribute called 'items'. You can see why an array would be helpful, I am able to save it with the Transformable type as an NSObject, but I can't access the individual elements once it has been pulled out of core data as an NSObject.
Can anybody tell me either how to go about saving an array in Core Data or how to use my NSObject to fix my problem