**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() } }