-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
allowsBackgroundReloading
Flag to ListAdapterUpdater to Give Us…
…er Control of Behavior Summary: Such a powerful framework y'all have made! Game status: changed. - Add a flag to `ListAdapterUpdater` to require it to perform diffing, even when collection view is not in a window. - Ensures delegate can rely on diffing callbacks. - Ensures layout can rely on `prepareForCollectionViewUpdates:`. - Helps with support for AsyncDisplayKit that I'm working on ? - [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 #375 Differential Revision: D4377586 Pulled By: jessesquires fbshipit-source-id: c48467ca5a02ab104d1e83b30430b14b186dbdd2
- Loading branch information
1 parent
0de9632
commit 71ce990
Showing
4 changed files
with
63 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters