Skip to content
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

[IGListKit] Adds missing UIScrollViewDelegate method to DataSource proxy #1015

Merged
merged 4 commits into from
Jul 10, 2018

Conversation

wannabehero
Copy link
Contributor

The method scrollViewDidEndDecelerating have been declared by proxy but wasn't not implemented, thus messages weren't delivered to IGListAdapter.scrollViewDelegate.

This simple request addresses this issue.

Copy link
Member

@Adlai-Holler Adlai-Holler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch @wannabehero !

Copy link
Contributor

@maicki maicki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wannabehero Great thanks for catching. Could you please add an entry into the CHANGELOG.md file, before we will merge into master.

@wannabehero
Copy link
Contributor Author

@maicki updated

thanks!

@Adlai-Holler Adlai-Holler merged commit a08d221 into TextureGroup:master Jul 10, 2018
mikezucc pushed a commit to mikezucc/Texture that referenced this pull request Oct 2, 2018
…oxy (TextureGroup#1015)

* Adds missing UIScrollViewDelegate method to IGListKit proxy implementation

* Updates CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants