I am working on Core Data for the first time. I have just created an Entity and Attributes for that entity. I want to add some rows as da
Core Data
Entity
Attributes
I just created an NSManagedObjectContext, thus creating an SQLite file in the app folder.
NSManagedObjectContext
SQLite
Then I could fill the SQLite file just as a normal one and CoreData could read out the pre filled data.
CoreData