Re: Is it possible to make dictionaryWithContentsOfURL non-blocking?
Re: Is it possible to make dictionaryWithContentsOfURL non-blocking?
- Subject: Re: Is it possible to make dictionaryWithContentsOfURL non-blocking?
- From: Scott Anguish <email@hidden>
- Date: Mon, 4 Jul 2005 05:16:04 -0400
On Jul 4, 2005, at 4:18 AM, Lee Morgan wrote:
The easiest way is to create a NSURL instance and use NSURL's
loadResourceDataNotifyingClient:usingCache:
Then in URLResourceDidFinishLoading: create your dictionary with
the NSURL (sender).
It'd be much better to use NSURLConnection or NSURLDownload
instead.. you get much more information back
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden