Hello,
I am not sure if core data is the right spot for me. I am looking for saving offline values but not in an array. Just single values in attributes. But Core Data likes arrays more I guess.
Is there a workaround just to save one single value in the attribute ?
Firebase lets me store single values OR arrays. In CoreData I can only store arrays in the Entity.
I always have to use a “LIST View” to present the data. I cannot take a Text(var) to show the specific data.
Is CoreData only for arrays ?
Thanks for the explanation.