Re: Running NSURLConnection from within an NSOperation?
Re: Running NSURLConnection from within an NSOperation?
- Subject: Re: Running NSURLConnection from within an NSOperation?
- From: Scott Anguish <email@hidden>
- Date: Wed, 10 Feb 2010 14:54:47 -0500
There is at least one iPhone example that users the URL Loading System with NSOperation.
On Feb 9, 2010, at 4:12 PM, Laurent Daudelin wrote:
> I'm trying to run an NSURLConnection from an NSOperation. Apparently, it won't run. I know that NSURLConnection need a run loop. Does that mean I'll have to setup some kind of NSTime in my NSOperation and then call my run loop at regular intervals?
>
>
Search the docs for (and I’m not being a smart *** here) “Lazy”
It loads a document, and then loads the contents specified by that document using NSOperation
_______________________________________________
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