-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Core Data] Can IGListKit be used with Core Data and NSFetchedResultsController? #407
Comments
@ybabenko Core Data: yes!
IGListKit is really designed to be data-architecture-agnostic. Just feed the adapter some models, provide section controllers for them, and your collection view "just works". The only thing you have to do with Core Data is make your models conform to NSFRC also wasn't really designed with |
@rnystrom Thank you. |
Summary: Issue answered: #407 #460 #461 I did not run any tool to generate documentation - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes #515 Differential Revision: D4621212 Pulled By: jessesquires fbshipit-source-id: 110e3d37d08e7c763b6a6cde70bc83280f7a2bb3
Can IGListKit be used with Core Data and NSFetchedResultsController?
The text was updated successfully, but these errors were encountered: