ios-samples/ThreadedCoreData
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
Screenshots Add new iOS 7 samples 2014-02-19 14:02:06 -09:00
ThreadedCoreData Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md Add new iOS 7 samples 2014-02-19 14:02:06 -09:00
ThreadedCoreData.sln Add new iOS 7 samples 2014-02-19 14:02:06 -09:00

README.md

ThreadedCoreData

This sample shows how to use Core Data in a multi-threaded environment.It downloads and parses an RSS feed in GeoJSON format from the United States Geological Survey (USGS) that provides data on recent earthquakes around the world. This sample persistently stores earthquakes between two managed object contexts using Core Data. Each time you launch the app, it downloads new earthquake data, parses it in an NSOperation which checks for duplicates and stores newly founded earthquakes as managed objects.

This sample shows how to use separate managed object context for each thread and share a single persistent store coordinator.

Authors

Oleg Demchenko