Good to everyone, I'm new to Swift, I've been learning for 3 weeks on my own and I'm developing a very simple app to store your clothes
At the moment I have achieved that the user puts in a Data Core the clothes with his photo, brand and name, it is shown in a Cell View, it can be edited, deleted and added, etc ...
Now, in the second part of the application, the idea is that the user can create "sets" with those clothes, that is, if I have put in the previous "Entity" of the Data Core the data of the clothes that I use, I can now use several of these elements to create new sets and that are related in such a way that when erasing, for example, some shoes, they disappear from the sets
At the moment I am investigating how I can make a new Entity as values from the previous Entity and I have only found some one-to-one, one-to-multiple, etc. relationships but I do not know if I should use any bookstore to simplify, find a tutorial that develops a problem similar to mine, etc ...
Any help I would appreciate a lot
Thank you very much for everything
Greetings