When recently updating to the latest xcode, all my UISwitch
changed to use the default color.
Basically it means that this doesn't seem to work anymore:
UISwitch.appearance().onTintColor = Color.red
I can't find a reference to any change and I'm not sure how to get it to work again. Any advice would be appreciated!