Skip to content

Property cannot be marked @IBInspectable because its type cannot be represented in Objective-C #3

@imranrasheeddeveloper

Description

@imranrasheeddeveloper

Property cannot be marked @IBInspectable because its type cannot be represented in Objective-C

@IBInspectable open var borderWidth: CGFloat! = 6 {
didSet {
circleBorder.borderWidth = borderWidth
setNeedsDisplay()
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions