Help with Background Tasks
Help with Background Tasks
- Subject: Help with Background Tasks
- From: Mark Bateman <email@hidden>
- Date: Wed, 18 Nov 2009 14:21:31 -0500
Hi,
I am developing an App with a table that will hold URL content. I want to download that in the background and then have it update the table as it arrives. I tried using
[self performSelectorInBackground:@selector(MakeURLRequest:) withObject:UrlRequest];
but I can't get it to return an object id or get notification or tracking so I can trigger a table reload.
Can anyone point me in the right direction.
_______________________________________________
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