-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels