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 MulticastScrollViewDelegate #19

Merged
merged 3 commits into from
Oct 11, 2024
Merged

Conversation

julasamer
Copy link

@julasamer julasamer commented Oct 10, 2024

  • existing UIScrollView delegates are no longer overwritten
  • allows registration of multiple handlers on the same scroll view

Fixes #1

- existing UIScrollView delegates are no longer overwritten
- allows registration of multiple handlers on the same scroll view
Copy link
Owner

@stonko1994 stonko1994 left a comment

Choose a reason for hiding this comment

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

Thank you very much for your contribution. Change look good in general.

Please address the SwiftLint warnings and consider my comments.

@stonko1994 stonko1994 self-requested a review October 11, 2024 20:23
@stonko1994 stonko1994 merged commit 4c0936d into stonko1994:main Oct 11, 2024
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.

Delegate is overridden on register(scrollView:)
2 participants