My UIWebView
is getting reloaded everytime with realtime data, I want to cache the UIWebView
data at the first time n for each restart or other cases want to reload the UIWebView
with dat cached data, unless there is an update required.
I've tried with NSURLCache
, where i cached the data but not able to reload it.
please help.