0

I'm rather new to IOS but i managed to get my app to display a list of blog posts from RSS feeds. I would like to give my users the ability to save the blog posts for reading later when they might not have an internet connection.

I will do this through a setting in the settings bundle. I do not however know what the best way is to store blog posts within my app. I am already using core data, would this be a good option for it?

4

1 回答 1

0

如果您已经在使用持久性选项,则将其用于所有内容,不要混搭。

如果您已经在使用 Core Data,那么在整个应用程序中继续使用它以保持一致性和可维护性是有意义的。

于 2014-07-07T18:13:35.980 回答