Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Tag

JSON

iPhone SDK: First Steps With JSON Data Using the Twitter API

iPhone SDK: First Steps With JSON Data Using the Twitter API

Web accessible APIs provide a wealth of resources for extending the functionality of your iPhone apps. These APIs tend to be consumed in two primary data formats: XML and JSON. The iPhone SDK has built-in support for XML parsing, and this will be covered in a separate tutorial. In this tutorial, we will be focusing on adding JSON support to your iOS applications by demonstrating how to create a Twitter reading client app.