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

Handling multiple UIGestureRecognizer #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nandodelauni
Copy link

I used this control in one of my apps and I had the issue when more than one UIGestureRecognizer where added to a view with the same superview. I fixed by adding the StyledPageControl as a delegate for the UITapGestureRecognizer which simulated the event UIControlEventValueChanged. It is just easy as return YES when it conflicts with another UIGestureRecognizer.

Hope it helps.
Miguel

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.

1 participant