BackgroundCoreDataSwift4
November 09, 2017 • Apache 2.0 License
This Project looks like nothing in the UI but it covers an important and complex topic in CoreData , i.e, writing data to Database in background thread so that UI does not get blocked. It uses Swif...
CoreDataSwift4
November 06, 2017 • Apache 2.0 License
This Project implements CoreData in Swift4 with a lot reduction in boilerplate code, using a UITableView with NSFetchedResultsController along with CRUD operations and Batch Updates
HBSFetchedTableController
June 23, 2016 • Apache 2.0 License
Layer between CoreData's NSFetchedResultsController and UITableView. Incapsulates all boilerplate code, and let you split your code by logic - configuration factories and behaviour delegates.
JSQDataSourcesKit (Swift)
March 16, 2015 • MIT License
Type-safe, value-oriented data source objects that keep your view controllers light.
Written in Swift.
Data sources for UITableView, UICollectionView, and NSFetchedResultsController.
NLFetchedResultsTable
May 14, 2011 • CC BY 3.0 License
A small open-source class that helps you quickly create and configure a UITableViewController that is backed by an NSFetchedResultsController. This is code I use in a lot of my projects, and have e...