Is there something similar to a UISwitch in tvOS? It's a pretty handy control. If not, is there an alternative that can archieve the same effect? I tried to use segmented control but the value is changed as soon as it become focus. I only want to call back to be triggered when the user click on it.
Thanks