|
|
Version: 1.8 Posted: 2009-05-13 Build Requirements: iPhone SDK 3.0 Runtime Requirements: iPhone SDK 3.0 Download Sample Code (SeismicXML.zip, 58.6K) |
||||||
DescriptionThe SeismicXML sample application demonstrates how to use NSXMLParser to parse XML data. When you launch the application it downloads and parses an RSS feed from the United States Geological Survey (USGS) that provides data on recent earthquakes around the world. It displays the location, date, and magnitude of each earthquake, along with a color-coded graphic that indicates the severity of the earthquake. The XML parsing occurs on a background thread and updates the earthquakes table view with batches of parsed objects. Document Revision History
|