I want to load a webview without cache?
//Create a URL object. NSURL *url = [NSURL URLWithString:urlAddress]; //URL Request Object NSURLRequest *requestObj =
I try to answer a similar question here. I hope it was useful for you! The last solution works for HTML but not for images, css and js linked in html.
How to clear UIWebView cache?