How to save the content in UIWebView for faster loading on next launch?

前端 未结 5 841
臣服心动
臣服心动 2020-11-29 00:14

I know that there are some caching classes introduced in the iphone sdk recently, and there is also a TTURLRequest from three20\'s library that allows you to cache a request

5条回答
  •  眼角桃花
    2020-11-29 00:49

    I recently found this project under github : http://github.com/rs/SDURLCache The approach is quite the same as my previous answer described here How to save the content in UIWebView for faster loading on next launch? , but the code looks more polished so maybe it makes sense to give it a try.

提交回复
热议问题