Core Data and textfiles in iOS applications
问题 I'm creating a simple iOS application consisting of a few UITableViewControllers. The information displayed in the view controllers will come from a text file (that I'll include in the project's Resources). The text file's contents will come from a spreadsheet. Since this is my first time working with Core Data I have a few questions: What format is most common for the text file? CSV, XML or something else? What's the easiest way to import the data? A few notes: The data is static. Ideally