#12 - Importing into Core Data

Published: April 19, 2012, 1:34 p.m.

In this screencast I'll pull down data from an API, map the JSON to a Core Data Managed Object and import them in bulk on a background thread. Then we'll display the imported content in a UITableView using NSFetchedResultsController.