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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to