TKSwitcherCollection
TKSwitcherCollection copied to clipboard
Problem "is On"
trafficstars
The function "is on" in TKSmileSwitch not working
@IBInspectable open var isOn: Bool {
set {
setOn(newValue, animate: false)
}
get {
return on
}
}