-
Notifications
You must be signed in to change notification settings - Fork 45
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
buttonTappedAtIndex is being called multiple times in the Demo project #9
Comments
I was able to replicate this issue. This is because target is added for each set of buttons on every row, and then selector being called multiple times for all of them even though index is always the same. |
@daria-kopaliani Can you please investigate this issue? |
Hi Artem, Thank you for finding this issue. I will try to take a look tonight or tomorrow after work. Daria. On Mar 17, 2014, at 6:57 PM, Artem G. [email protected] wrote:
|
I fixed that, but then noticed, that you've also fixed it in dev branch :) |
Hi! |
It would seem that in both my personal project and the demo project, the buttonTappedAtIndex method is called multiple times in the Demo project. Is there a fix for this issue or am I not using the library properly?
The text was updated successfully, but these errors were encountered: