Skip to content

Handling multiple UIGestureRecognizer#9

Open
nandodelauni wants to merge 1 commit intohoncheng:masterfrom
nandodelauni:handling_multi_gesture
Open

Handling multiple UIGestureRecognizer#9
nandodelauni wants to merge 1 commit intohoncheng:masterfrom
nandodelauni:handling_multi_gesture

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