Hi Guys,
So I am busy following this tutorial:
http://nscookbook.com/2013/03/ios-p...ulating-a-uitableview-with-data-from-the-web/
It mentions that the industry standard for parsing JSON/XML data from the web has moved from NSURLConnection (Which I have used before, briefly ) to this AFNetworking code.
Which requires downloading and setting up a 3rd party guide.
What I want to know - is this the best way to go ahead with this sort of thing - what about compatibility in newer versions of Xcode and OS X?
For now I will use this library - but just wondering why move away from NSURLConnection to AFNetworking?
Easier to maintain code?
So I am busy following this tutorial:
http://nscookbook.com/2013/03/ios-p...ulating-a-uitableview-with-data-from-the-web/
It mentions that the industry standard for parsing JSON/XML data from the web has moved from NSURLConnection (Which I have used before, briefly ) to this AFNetworking code.
Which requires downloading and setting up a 3rd party guide.
What I want to know - is this the best way to go ahead with this sort of thing - what about compatibility in newer versions of Xcode and OS X?
For now I will use this library - but just wondering why move away from NSURLConnection to AFNetworking?
Easier to maintain code?
Last edited: