Core Data on client (iOS) to cache data from a server Strategy

前端 未结 3 1178
傲寒
傲寒 2021-01-29 17:50

I have written many iOS apps that was communicating with the backend. Almost every time, I used HTTP cache to cache queries and parse the response data (JSON) into objective-C o

3条回答
  •  有刺的猬
    2021-01-29 18:24

    There is a solution out there that I couldn't try because I'm too far in my project to refactor the server caching aspect of my app but it should be useful for people out there that are still looking for an answer:

    http://restkit.org/

    It does exactly what I did but it's much more abstracted that what I did. Very insightful stuff there. I hope it helps somebody!

提交回复
热议问题