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

touchesMoved stopped responding #13

Open
MarkJar opened this issue May 7, 2013 · 0 comments
Open

touchesMoved stopped responding #13

MarkJar opened this issue May 7, 2013 · 0 comments

Comments

@MarkJar
Copy link

MarkJar commented May 7, 2013

I'm not sure what happened, I had DYRate view working in my project, then around XCode 4.6.x, a drag over the rating view stopped updating during the drag.

The fix was to add:
[self setNeedsDisplay]
at the end of touchesMoved in DYRateView.m

I'm not sure if this is specific to my implementation, as I have DYRateView as a view inside of FPPopoverViewController. Hopefully this information might help someone else.

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

1 participant