0

I have a program that download a video from a url using NSURLConnection, but i'm not able to do multiple download at the same time. How can i do it?

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

1

AFNetworking is a very popular framework for doing this and I think it will help

check this https://github.com/AFNetworking/AFNetworking

and this: Download a file / image with AFNetworking in iOS?

Community
  • 1
  • 1
Ilario
  • 5,979
  • 2
  • 32
  • 46