UIWebView: when did a page really finish loading?

后端 未结 11 1200
轮回少年
轮回少年 2020-11-29 00:09

I need to know, when a web page has completely been loaded by UIWebView. I mean, really completely, when all redirects are done and dynamically loaded content is ready. I tr

11条回答
  •  执笔经年
    2020-11-29 00:24

    try something like it https://github.com/Buza/uiwebview-load-completion-tracker it's helped me for loading Google Street View

提交回复
热议问题