I’m looking to cache HTML pages inside an application that uses UIWebView.
Is there a framework that will allow me to do this and if not what method would you recommend?
On the server side these files are being seen as PHP so I’d just be caching whatever the file gives back out.
I used RNCachingURLProtocol , a way to do drop-in offline caching for UIWebView
Reference:
http://robnapier.net/blog/offline-uiwebview-nsurlprotocol-588