nsnotification for uiwebview did finishloading
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:
.
精彩评论