TKSwitcherCollection icon indicating copy to clipboard operation
TKSwitcherCollection copied to clipboard

Problem "is On"

Open igle opened this issue 6 years ago • 1 comments
trafficstars

The function "is on" in TKSmileSwitch not working

igle avatar Oct 30 '19 20:10 igle

    @IBInspectable open var isOn: Bool {
        set {
            setOn(newValue, animate: false)
        }
        get {
            return on
        }
    }

springlo avatar Aug 10 '21 02:08 springlo