-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add missing scrollViewWillEndDragging passthrough delegate #796
Add missing scrollViewWillEndDragging passthrough delegate #796
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. But let's have @Adlai-Holler the last call on this as he is knowing the most about our IGListKit integration.
This looks good to me; I am also about to submit a change to this file to extend its functionality :) |
@xezero Can you please add an entry to the CHANGELOG.md. Thanks! |
@maicki Added! |
🚫 CI failed with log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is failing for an unrelated error. This diff is simple enough that we can land. Thanks @xezero!
…oup#796) * Add scrollViewWillEndDragging delegate * Make sure delegate can respond to scrollViewWillEndDragging * Add changes to CHANGELOG.md
There was no way to implement this useful scroll view delegate when using an IGListAdapter in conjunction with AsyncDisplayKit since it wasn't being passed through.