I was wondering how the code for this image would look

I've tried to do it but I ended up saving both core data models to one sqlite database. How could you do as it is in the picture? Thanks in advance!
|
I was wondering how the code for this image would look
I've tried to do it but I ended up saving both core data models to one sqlite database. How could you do as it is in the picture? Thanks in advance! |
|||||||||
|
|
You direct specific entities to a persistent store using the configuration part of your data model (that bit at the bottom that everyone ignores). Add two new configurations, one for each persistent store, then add the relevant entities to each one. Then, when adding persistent stores during the setup of your core data stack, use The coordinator will then save entities to the appropriate store for you. |
|||
|
|