开发者

How to know UIWebView has finished loading

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜