DYRateView icon indicating copy to clipboard operation
DYRateView copied to clipboard

A custom iOS rate view control similar to the one used in Apple's App Store.

Results 8 DYRateView issues
Sort by recently updated
recently updated
newest added

Changed rating step to 0.5, so user can rate using half-star, for example 2.5 stars.

This add support for half stars rating, so an user could choose values like 1.5 or 3.5.

Hi there, How can I add a rating view in my UITableviewCell.This rating view should be clickable i.e. I can select the stars in tableview cell.

Hi, it would be great if the number of stars could be modified with a setter or custom init method. Thanks, tfonfara

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...

Hi, I'm using the DYRateView and very pleased! But when i tried to set the position of the the empty stars i saw that it couldn't be done. I think...

Can I make a completion block and pull request then?

Hi; I want to show the rate initially. When I set it, delegate is triggered. I dont want that delegate is triggered without user touch. How can I do that?