How can we handle multiple NSURLConnection in iPhone Xcode?

后端 未结 3 856
青春惊慌失措
青春惊慌失措 2020-12-30 17:43

I am developing one small app in which i have multiple NSURLConnection.I have created that NSURL Connection but i don\'t know how to handle it.My code is like below.

3条回答
  •  有刺的猬
    2020-12-30 18:37

    you might want to take a look at AFNetworking for an easier and tidier way of doing network requests.

提交回复
热议问题