3

Is there any way in iOS SDK to detect the presence of an active Bluetooth keyboard? As many well know, when a Bluetooth keyboard is active, the on-screen keyboard does not show, so interface placements might have to change...

Right now I am doing this semi-passively by responding to keyboard events, but those notifications are a little slow to post and don't jive perfectly with my animation code. It would be nice to just have a BOOL somewhere to read on...

swiftBoy
  • 35,607
  • 26
  • 136
  • 135
M. Ryan
  • 6,973
  • 11
  • 52
  • 76
  • 1
    possible duplicate of [iPad: detect if external keyboard is present](http://stackoverflow.com/questions/2893267/ipad-detect-if-external-keyboard-is-present) – chown Aug 10 '12 at 03:52
  • 2
    Possible duplicate of [How can I detect if an external keyboard is present on an iPad?](https://stackoverflow.com/questions/2893267/how-can-i-detect-if-an-external-keyboard-is-present-on-an-ipad) – Victor Sergienko Oct 09 '17 at 19:14

0 Answers0