An Xcode project and sample code to accompany the post Communicating with Blocks in Objective-C on the blog A Developing Story. The sample project has been tested in Xcode 4.4 and 4.5.
StockPriceFetcher is a simple app that fetches a price quote for a given ticker symbol from the Yahoo stocks API.
This project also includes the open source JCDHTTPConnection library.