0

I need some class or lib that would allow me to run multiple parallel downloads. I didn't have luck finding any, do you guys know about something useful? I need to add new files to download dynamically, so something that only get initialized with urls at the beginning won't help me much.

I tried to create my own, but I had some problems with it. So I figured I would try to get something that is already done.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Lope
  • 5,388
  • 4
  • 30
  • 40

1 Answers1

2

Have a look at the similar question and at this blog entry which contains sample code that uses NSURLConnection subclass.

Community
  • 1
  • 1
Vladimir
  • 170,431
  • 36
  • 387
  • 313