gpt4 book ai didi

swift - 如何检测 Apple TV Remote 上触摸板上的点击?

转载 作者:搜寻专家 更新时间:2023-10-31 08:20:45 25 4
gpt4 key购买 nike

如何在 Siri Remote 的触摸板上检测到“点击按下”,而不仅仅是点击?

编辑:我的主要问题是我的 View 有一个接收事件的 UIButton。

最佳答案

通过阅读 UIPressesEvent 的。 Detecting Gestures and Button Presses

override func pressesEnded(presses: Set<UIPress>, withEvent event: UIPressesEvent?) {
for press in presses {
if (press.type == .Select) {
// Select is pressed
} else {
super.pressesEnded(presses, withEvent: event)
}
}
}

关于swift - 如何检测 Apple TV Remote 上触摸板上的点击?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33629962/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com