Prepopulated stored data in iOS4
问题 I work with iPhone iOS 4.3. In my project I need a read-only, repopulated table of data (say a table with 20 rows and 20 fields). This data has to be fetched by key on the row. What is better approach? CoreData Archives, SQLite, or other? And how can I prepare and store this table? Thank you. 回答1: I would use core data for that. Drawback: You have to write a program (Desktop or iOS) to populate the persistent store. How to use a pre-populated store, you should have a look into the Recipes