WebFrame stopLoading in delegate crashes app
WebFrame stopLoading in delegate crashes app
- Subject: WebFrame stopLoading in delegate crashes app
- From: Ewan McDougall <email@hidden>
- Date: Fri, 22 Aug 2008 11:18:23 +0100
Hello,
Using the WebKit I'd like to be able to look at the URL that a frame
is loading and on some occasions stop the load.
- (void)webView:(WebView *)sender didStartProvisionalLoadForFrame:
(WebFrame *)frame
{
[frame stopLoading];
}
Calling [WebFrame stopLoading] within the delegate
didStartProvisionalLoadForFrame crashes the app. Is this a bug or am I
doing something silly?
Cheers,
Ewan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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