草庐IT

UIEventTypeRemoteControl

全部标签

iOS - 未收到 UIEventTypeRemoteControl 事件

我在AppDelegate(didFinishLaunching)中有这个:[[UIApplicationsharedApplication]beginReceivingRemoteControlEvents];我尝试在相关的ViewController中处理事件,但情况参差不齐(有些ViewController会获取事件,而其他人则不会,即使它们是第一响应者)。我尝试子类化UIApplication。那没有用。现在我正在尝试继承UIWindow并执行此操作(请参阅评论):-(void)sendEvent:(UIEvent*)event{if(event.type==UIEventTy