If you're creating the data yourself and bundling it with the app, then a plain SQLite database is the way to go, mainly because you'll then be able to create/edit it with any of the many SQLite managers available. If you went the CoreData route, you'll find more problems getting the data into your app in the first place.
|