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?
Asked
Active
Viewed 157 times
0
-
Use [AFNetworking](https://github.com/AFNetworking/AFNetworking) – Surya Subenthiran Dec 09 '13 at 14:10
-
http://stackoverflow.com/questions/13996621/downloading-multiple-files-in-batches-in-ios – Sport Dec 09 '13 at 14:12
1 Answers
1
AFNetworking is a very popular framework for doing this and I think it will help
check this https://github.com/AFNetworking/AFNetworking