如何识别遥控器?

时间:2015-09-02 17:05:00

标签: ios swift remote-control

有没有办法识别何时举行Apple耳机遥控器按钮,而不是启动语音控制?我的意思是,当长按按钮时,禁用语音控制并执行其他操作?

我知道How to receive single tap and hold Remote-Control Event with iOS?已经问过了,但这个答案并没有解决我的问题。

1 个答案:

答案 0 :(得分:0)

根据UIEventType下的UIEventSubtype,您将从Earbuds获得这4项活动

UIEventSubtypeRemoteControlTogglePlayPause
UIEventSubtypeRemoteControlPlay
UIEventSubtypeRemoteControlPause
UIEventSubtypeRemoteControlStop

没有任何与长按按钮相关的子事件。