DYRateView icon indicating copy to clipboard operation
DYRateView copied to clipboard

touchesMoved stopped responding

Open MarkJar opened this issue 11 years ago • 0 comments

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.

MarkJar avatar May 07 '13 22:05 MarkJar