保存缓存中的视图

时间:2013-06-07 11:04:08

标签: iphone ipad caching xcode4.5

我的项目是webservice oriented。所以当iphone离线时,数据没有加载,显示empty views(combination of textfields,tableviews,webviews)。为此,我遇到了缓存概念。但是一切都与图像有关。我需要的是执行服务和displaying the data in webviews,tableviews。 我该怎么办?

任何想法/建议都会很明显......

1 个答案:

答案 0 :(得分:0)

核心数据允许您使用直接Web服务进行syns,如果数据不是太大,您也可以使用sqlite。对于图像保存目录中的所有图像并检查它是否已存在于DB中,然后不下载。请参考以下链接。

http://www.raywenderlich.com/15916/how-to-synchronize-core-data-with-a-web-service-part-1

http://www.raywenderlich.com/17927/how-to-synchronize-core-data-with-a-web-service-part-2

How to sync CoreData and a REST web service asynchronously and the same time properly propagate any REST errors into the UI

AFIncrementalStore可以通过简单的REST API正常运行。

https://github.com/AFNetworking/AFIncrementalStore

你也可以使用restkit。 http://restkit.org/