Sync Table View Data: NSFetchedResultsController and Swift

1 · Andrew Bancroft · May 29, 2015, 3:20 a.m.
Updated on September 23, 2015 – Swift 2.0 My goal with this article is to help you utilize the full power of NSFetchedResultsController. This is a continuation on a series of articles I’ve written on Core Data and NSFetchedResultsController, so you may want to check out those previous posts to get an idea of where I’m picking up in this walk-through. Previously I touched on how to seed a Core Data database, and how to take that data and display it in a table view with an NSFetchedResultsControll...