开发者

How to know UIWebView has finished loading

开发者 https://www.devze.com 2023-03-25 19:48 出处:网络
how can I check when user clicks and page has load开发者_StackOverflow中文版ed? Delegate - (void)webViewDidFinishLoad:(UIWebView *)webView

how can I check when user clicks and page has load开发者_StackOverflow中文版ed? Delegate

- (void)webViewDidFinishLoad:(UIWebView *)webView Not working..


When the user taps a link, the UIWebView's delegate is sent the message webView:shouldStartLoadWithRequest:navigationType: and when the content is done loading, it sends the message webViewDidFinishLoad:.

Make sure you've set the delegate property on the web view.

0

精彩评论

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