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
ContactHelperSwift3
March 09, 2017 • MIT License
ContactHelperSwift3 contains Fetch, Delete, Add and Update Contact Functionality
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.
PEAR-CoreDataManager-iOS
December 20, 2015 • Unspecified License
This ios library can be to create and manage the CoreData.
SQLFetchedResultsController
July 04, 2015 • MIT License
An attempt at making it easier to setup tables with SQLite. There arent many examples of how to properly page through results in a database. I want to fix this. For those that enjoy the flexibility...
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...