美文网首页
iOS html清缓存,无法实时同步后台修改的html,问题解决

iOS html清缓存,无法实时同步后台修改的html,问题解决

作者: 上官萧璘 | 来源:发表于2018-10-09 10:11 被阅读0次

    本方法支持wkwebView。
    本方法支持wkwebView。
    本方法支持wkwebView。

    在dealloc中调用即可。亲测可用。

       [self.webView.configuration.websiteDataStore removeDataOfTypes:[WKWebsiteDataStore allWebsiteDataTypes] modifiedSince:[NSDate dateWithTimeIntervalSince1970:0] completionHandler:^{
            NSLog(@"清理h5缓存,本方法iOS9以上支持");
        }];
    

    另还有其他的方法见该链接,感谢博主的分享。

    相关文章

      网友评论

          本文标题:iOS html清缓存,无法实时同步后台修改的html,问题解决

          本文链接:https://www.haomeiwen.com/subject/jmceaftx.html