EDStarRating
EDStarRating copied to clipboard
Configurable Star Rating control for iOS and OSX
Hi First thanks for the excellent control. When I use cocoapod it says it uses 1.1 but the source code is not the same as on the github page, especially...
It could be nice to align the stars to either the left or right side. My text above is aligned to left and the stars are indented, it looks funny....
Situation: - I limited user to edit rating from 1 up to 5, 0 is not an option; - To limit it, I've implemented `starsSelectionChanged:rating:`protocol; - When user drag to...
The line where the warning appears: https://github.com/erndev/EDStarRating/blob/master/EDStarRating/EDStarRating.m#L186 The warning is: "Incorrect decrement of the reference count of an object that is not owned at this point by the caller" The...
I add a EDStarRating to a UICollectionViewCell. This seems to work until I start scrolling, then a crash occurs (looks like a memory issue)