How to get Parallax Effect on UIButton in tvOS?
问题 I'm trying to make some UIButtons in a UIView for a tvOS app but have been unable to get them to display the new parallax effect in the simulator. I successfully set up a TV image stack in images.xcassets called "startReadingButton" and my buttons load with the file, but they do not display the shiny parallax effect when swiping around on the remote in the simulator. Here is how I am loading my UIButtons: for button in 1...5 { let image = UIImage(named: "startReadingButton") let newButton =