Skip to content

hi this line giving error: #13

@coshkun

Description

@coshkun

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions