I already saw an answer here, but it didn’t really answer my question. I want to have some static content in my app, such as section names. I want to store this data in Core Data, but I can’t add this data. I know how to add data when retrieving data from the internet, for example, but I don’t know how to add data manually.
If not in Core Data, where can I add this information?
Cheers.
You can store your data in a plist file. You can find an example here for reading data from a plist.