External Bluetooth Keyboard integration in IOS 7
问题 I need to support external keyboard functionality in my app and need key combinations like Alt+Tab Tab to be detected in the app to trigger some event. In IOS 6 I had overridden the - (void)sendEvent:(UIEvent *)anEvent; function in the UIApplication subclass to get the key pressed combinations on external keyboard. But now I am testing my app in IOS 7 and the sendEvent doesn't even seem to get called for any hardware key pressed event. Any Solutions..? 回答1: There is a 100% supported way to