Re: Getting the failed URL from webView:didFailProvisionalNavigation:withError:
Re: Getting the failed URL from webView:didFailProvisionalNavigation:withError:
- Subject: Re: Getting the failed URL from webView:didFailProvisionalNavigation:withError:
- From: Quincey Morris <email@hidden>
- Date: Thu, 16 Jul 2015 06:59:27 +0000
On Jul 15, 2015, at 23:45 , Rick Mann <email@hidden> wrote:
>
> I wish the deprecation warnings in the headers indicated the replacements.
When Xcode can tell you it's deprecated, it’s always worth checking in the header file directly for any comments about what to use instead. (Note that deprecations *can* indicate the replacement in the SDK macro, but this one doesn’t.)
In this case, there is a comment, which you can see in the Swift generated header for “NSURLError”, but the deprecation itself isn’t shown. For that, you have to look in NSURLError.h (that is, starting from an Obj-C file).
As always, the best way to search for this stuff is Command-Shift-O.
_______________________________________________
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