taruntyagi697 / RateView

RateView for iOS Objective-C is a subclass of UIView.
MIT License
118 stars 53 forks source link

Duplicate rate #1

Closed ingscjoshua closed 9 years ago

ingscjoshua commented 9 years ago

Hello, great work with your component, i'm have one small problem, when use inside of the UITableView to first time all works ok, but when i'm execute to method reloadData of my UITableView the rate appear 2 times i'm try this fix but no have any solution.

Thankyou regards.

taruntyagi697 commented 9 years ago

Hi there, I've put my demo through UITableView. Have you had a look at it ? Have you implemented it like I've done in the demo source. If you're using pod, you only have RateView.h | .m I'd recommend downloading the whole project and see how I've done it.

Hope this helps.

taruntyagi697 commented 9 years ago

@ingscjoshua , I believe you have found the problem and fixed it. Hope my implementation of UITableView demo helped you.

ingscjoshua commented 9 years ago

Thank you, i'm found in your sample the fix, but i dont have any idea but i'm try use to at tag=0, on to use reload method to application crash, im fix the problem sum 1 at to index on tag and the problem fix. thank you for your time, regards from Mexico!!! :D