• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Getting the failed URL from webView:didFailProvisionalNavigation:withError:
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Getting the failed URL from webView:didFailProvisionalNavigation:withError: (From: Rick Mann <email@hidden>)
 >Re: Getting the failed URL from webView:didFailProvisionalNavigation:withError: (From: Quincey Morris <email@hidden>)
 >Re: Getting the failed URL from webView:didFailProvisionalNavigation:withError: (From: Rick Mann <email@hidden>)

  • Prev by Date: Re: Getting the failed URL from webView:didFailProvisionalNavigation:withError:
  • Next by Date: Re: Safe time to add accessory view to NSSavePanel in sandboxed app?
  • Previous by thread: Re: Getting the failed URL from webView:didFailProvisionalNavigation:withError:
  • Next by thread: WebView and cookies
  • Index(es):
    • Date
    • Thread