STRatingControl
STRatingControl copied to clipboard
STRatingControl is a UI control that represents a star rating control. STRatingControl allows you to select a rating starting from 0 to any number of stars you want. You can use default star image or...
` fileprivate var width : Int { return ((buttonHeight + spacing) * maxRating) - spacing } ` tells that: Property 'width' with type 'Int' cannot override a property with type...
hello can you also support carthage thanks!
Previously it would add an extra `spacing` after the rightmost star.