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

Add ScrollViewDelegate conformance #215

Merged
merged 4 commits into from
May 30, 2023
Merged

Add ScrollViewDelegate conformance #215

merged 4 commits into from
May 30, 2023

Conversation

marco-evc
Copy link
Contributor

Currently when using the tableview driver it is not possible to handle scroll related events, so in this PR I am adding the conformance for the UIScrollViewDelegate protocol and a closure for the didScroll method only. The other methods are not considered for now.

- Add did scroll closure to TableViewModel to handle scroll events.
@njw438 njw438 merged commit 30cab90 into master May 30, 2023
10 of 11 checks passed
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