When you add @IBInspectable properties, they are initialized to essentially... nothing.
Is there a way to have these properties default to something? Say a red color for the track color, grey color for the background color and 10.0 for padding? I've tried @IBInspectable public var padding: CGFloat = 10.0
but the "10" does not get reflected in IB.