Is it possible to cache a html page at applicationDidFinishLauchingOptions() method so that when I want to implement UIWebView the delay taken for loading that html page can be avoided?
Any help would be appreciated.
Is it possible to cache a html page at applicationDidFinishLauchingOptions() method so that when
Share
You can get the data at the time of loading of app itself, and then convert that to
NSStringor keep that asNSData. After that later when you want to load the page you use like –For
NSString–for
NSData–