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

Can't scroll scroll view when touch starts from HMSegmentedControl #80

Closed
Rep2 opened this issue Jan 12, 2015 · 1 comment
Closed

Can't scroll scroll view when touch starts from HMSegmentedControl #80

Rep2 opened this issue Jan 12, 2015 · 1 comment

Comments

@Rep2
Copy link

Rep2 commented Jan 12, 2015

Hey.

Im using HMSegmentedControl on view with UIScrollView that scrolls content of the view. Everything is working great except I can't scroll view if touch starts from segmented control.

I think segmented control is receiving scroll event but, as it has no use for it, it just ignores it. Is there any way to forward scroll event from HMSegmentedControl to its superview?

@HeshamMegid
Copy link
Owner

Can you provide some sample code to reproduce this? I've set up a demo project with an HMSegmentedControl inside a UIScrollView and it's working as expected (scrollview is getting scrolled).

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

No branches or pull requests

2 participants