Registering as FrameLoadDelegate for a WebView
Registering as FrameLoadDelegate for a WebView
- Subject: Registering as FrameLoadDelegate for a WebView
- From: Matt <email@hidden>
- Date: Fri, 29 Dec 2006 13:10:27 -0500
Any hints on how to register as the FrameLoadDelegate for a webview?
I have used [webView setFrameLoadDelegate:self] as well as just
setting the delegate via IB.
I'm supposed to implement an informal protocol and I imagine that's
the issue. I get how to use a formal protocol ( like <NSCoding>),
but am I supposed to do something special for an informal one?
I'm wanting to receive the -(void)webView:() didFinishLoadForFrame:()
message......
Thanks!
Matt
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden