Forced Touch with tvOS
问题 Does anybody know how to detect a forced touch/click on the remote control with tvOS? I want to use the click in a Sprite Kit scene to open a 'game paused alert'. I have no UIKit controls which have the focus and will react on the click. I'm already using the 'normal' touch events on the remote control to move my sprites around. 回答1: Apple suggests using UIPressesEvent 's to detect presses/clicks. override func pressesBegan(presses: Set<UIPress>, withEvent event: UIPressesEvent?) { for item