FetchedDataSource
This is a class cluster of generic classes that will handle using a NSFetchedResultsController together with a UITableView or a UICollectionView.
Demo
To try the example project, just run the following command:
pod try FetchedDataSource
Requirements
Requires Swift 4 and iOS 8 or higher.
Installation
From CocoaPods
FetchedDataSource is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "FetchedDataSource"
Manually
- Drag the
FetchedDataSource/Source
folder into your project.
Usage
TODO
Credits
FetchedDataSource is brought to you by David Jennes.
License
FetchedDataSource is available under the MIT license. See the LICENSE file for more info.