Categories: iOS Posted by Nazar Rizvi on 6/23/2011 5:17 PM | Comments (2)

I have been doing very basic iOS programming these days and one of the foremost things needed for any interactive application is 'Consumption of Web Services'. 

In the first part I will be covering JSON. The easiest way to achieve this is by using the available JSON Parser for Objective-C.

Instead of me walking through the code you can go download the source-code for a sample project from my below github repository: 

https://github.com/narizvi/TwitterJsonFeed

If you have any questions feel free to contact me. 

Below is the Screenshot of the working app: