Thursday, April 26, 2012

Xcode4 JSON Parsing with iOS5

After hours of frustration, I hope to shed some light on parsing JSON with iOS5.
Definitely read NSURLConnection Class Reference and URL Loading System Programming Guide.

To understand blocks in iOS check out EnumerateObjectsUsingBlocks

Also, this post sums up some good stuff you can use by @zachwaugh.

The JSON I am using is located here.

Xcode Move View Above Keyboard

Blog Archive