开发者

How to find the webpage loading time using cocoa touch?

开发者 https://www.devze.com 2023-01-30 05:28 出处:网络
I am doing an application which has to display the WebPage loadi开发者_如何学Gong time as a msg. Can anyone please help me to find the loading time?

I am doing an application which has to display the WebPage loadi开发者_如何学Gong time as a msg. Can anyone please help me to find the loading time?

Thanks, kabilan


Yes. In your UIWebViewDelegate, measure the time difference between -webViewDidStartLoad: and -webViewDidFinishLoad:

0

精彩评论

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