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 property to always receive pan touches. #416

Closed

Conversation

jgallagher
Copy link

I'm using iCarousel embedded in a UIScrollView (it is not the only thing in the UIScrollView). The behavior I want is that any touches on the carousel are handled by the carousel, and any touches elsewhere go to the scroll view. The default behavior seemed to be that the carousel would grab any touches on the views, but wouldn't grab touches on the contentview between the views. This patch adds a property that allows configuring the carousel to always grab pan touches.

@nicklockwood
Copy link
Owner

I believe this behavior is now the default, but I don't have a simple sample project to verify. let me know if this now works the way you think it should.

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.

3 participants