STRatingControl icon indicating copy to clipboard operation
STRatingControl copied to clipboard

hi this line giving error:

Open coshkun opened this issue 6 years ago • 0 comments

fileprivate var width : Int { return ((buttonHeight + spacing) * maxRating) - spacing } tells that: Property 'width' with type 'Int' cannot override a property with type 'CGFloat'

i tried to change return type. this time it compelling about 'we cant override a read only property named width.' you may need to change the name of this property.

coshkun avatar Sep 15 '18 22:09 coshkun