I try to develop an iOS app which need a lot of network calls...
I see that there is few iOS classes provide in the SDK.
Before to start I would like to know if there are any libraries or framework which stand out of the crowd? Or can you just recommend me the most used?
I've made some research on internet and I found two frameworks MKNetworkKit
and ASIHTTPRequest
. Anybody know them? Are they efficient?
Thank you.