In my current project, I need to upload 16 images at a time. On android, they use volley library for this. In iOS, how can we do this? I know this is a bit complicated thing. I have 16 buttons on the user interface and the user must use any button to upload images at the same time as selecting images from the gallery. Thus, a maximum of 16 downloads at a time.
source share