UIWebview без кеша

Я хочу загрузить веб-просмотр без кеша?

//Create a URL object.
NSURL *url = [NSURL URLWithString:urlAddress];
//URL Request Object
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
//Load the request in the UIWebView.
[kdgWebView loadRequest:requestObj];
21
задан Cœur 1 April 2018 в 01:07
поделиться