ios

Sending data to server without effecting UI thread in IOS


I am making an iOS app that needs to send data to a server, but I want to use fastest way to send the data. I searched many ways. In Android retrofit is faster than volley and async request. So I want the same in iOS.


Solution

  • You can use AFNetworking Library for Client Server communication.This will work on Async Operations without effecting UI.

    Here is some of the good tutorials :

    1. Raywnderlich
    2. NSHipster