I created a UIButton in tvOS via Swift
let randomBtn = UIButton()
randomBtn. setTitle(“Zufällig”, forState: .Normal)
let RndNormal = UIImage(named: “RndNormal”)
let RndHoover = UIImage(named:
I created a UIButton in tvOS via Swift
let randomBtn = UIButton()
randomBtn. setTitle(“Zufällig”, forState: .Normal)
let RndNormal = UIImage(named: “RndNormal”)
let RndHoover = UIImage(named:
It is relatively simple to detect some keys on the tvOS Siri remote: the pause/play button, the touchpad area, and the MENU button with a little effort. But there seems to be no way to detect or co