I'm trying to use two different core data models in an iPhone application, I created and correctly configured the first basic data model that uses SQLite as a repository of persistent objects. This works very well, and by default the pre-populated repository loads correctly in tabular form.
Now I want to create another basic data model with a different default pre-populated SQLite repository in order to load it in a different table view in the same iPhone application. How can I complete this task? I read the Core Data documentation and downloaded the sample code, but I did not find anything in this task.
Any code sample useful to solve this problem will be appreciated.
Thanks in advance, Pierce.
source
share