I develop iOS app, which is using Core Data and I would like to create same sample data records when the app is installed. Is there any easy way how to do it..?
For example there is entity "Employee" and I would like to add "John Doe" employee when the app is installed.
Can someone help me with that? Thanks