开发者

nsnotification for uiwebview did finishloading

开发者 https://www.devze.com 2023-03-03 01:28 出处:网络
How can I register nsnotificatiiom for uiwebv开发者_JS百科iew? ThanksThere is no need to set a notification, just use the UIWebViewDelegate methods:

How can I register nsnotificatiiom for uiwebv开发者_JS百科iew?

Thanks


There is no need to set a notification, just use the UIWebViewDelegate methods:

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebViewDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intf/UIWebViewDelegate


Do not use a notification. Use the delegate's method webViewDidFinishLoad:.

0

精彩评论

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