Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 562 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 562 Bytes

StockPriceFetcher

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.