Latest | 0.1.0 |
---|---|
Homepage | https://github.com/jivesoftware/JiveFetchedResultsControllerDelegate |
License | CC |
Platforms | ios 8.1, requires ARC |
Frameworks | UIKit |
Authors |
Adapted from [Michael Fey][https://twitter.com/MrRooni]’s UITableView and NSFetchedResultsController: Updates Done Right, JiveFetchedResultsControllerDelegate integrates NSFetchedResultsController with UITableView, and works around a few annoying NSFetchedResultsController+UITableView bugs.
Usage
Use JiveFetchedResultsControllerDelegate as your NSFetchedResultsControllerDelegate when you need to update a UITableView.
License
Apache v2, [with Michael Fey’s permission][https://twitter.com/MrRooni/status/654602640710569984].
See the LICENSE file.
Latest podspec
{ "name": "JiveFetchedResultsControllerDelegate", "version": "0.1.0", "license": { "type": "CC", "file": "LICENSE" }, "summary": "JiveFetchedResultsControllerDelegate integrates NSFetchedResultsController and UITableView", "homepage": "https://github.com/jivesoftware/JiveFetchedResultsControllerDelegate", "social_media_url": "http://twitter.com/JiveSoftware", "authors": { "Jive Mobile": "[email protected]" }, "source": { "git": "https://github.com/jivesoftware/JiveFetchedResultsControllerDelegate.git", "tag": "0.1.0" }, "platforms": { "ios": "8.1" }, "requires_arc": true, "source_files": "Source/JiveFetchedResultsControllerDelegate/*.{h,m}", "frameworks": "UIKit" }
Sun, 06 Mar 2016 22:18:03 +0000