开发者

how to know uiwebview's progress

开发者 https://www.devze.com 2023-02-05 22:10 出处:网络
I have a webview which hits a website with 3 or 4 frames. I am not able to find the real end of the page loading. Is ther开发者_开发技巧e is way to find out the progress of the webpage downloading pre

I have a webview which hits a website with 3 or 4 frames. I am not able to find the real end of the page loading. Is ther开发者_开发技巧e is way to find out the progress of the webpage downloading precisely ?


Have a look at the UIWebViewDelegate documentation. You can find out when the UIWebView finishes loading with -webViewDidFinishLoad: Other than that, I think you're pretty limited to the API's available in UIWebView and UIWebViewDelegate.

0

精彩评论

暂无评论...
验证码 换一张
取 消