iphone - Equivalent of android volley library to handle multiple simultaneous uploads in iOS -
in current project need upload 16 images simultaneously.in android using volley library this.in ios how can this?.i know it's bit of complex thing.i have 16 buttons on ui , user should use button upload images @ same time selecting images gallery.so it's maximum 16 uploads simultaneously.
you can use restkit library network requests. build on top of afnetworking library. - restkit
Comments
Post a Comment