You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: