How to add Bluetooth keyboard support to iOS application? Just how to catch event when any key was pressed?
Asked
Active
Viewed 2,828 times
2
-
try reading this article http://www.pocketmagic.net/2012/07/bluetooth-and-ios-use-bluetooth-in-your-iphone-apps/#.URzuNWfl8dU – luksfarris Feb 14 '13 at 14:02
-
Linked to: http://stackoverflow.com/questions/14873266/how-to-catch-keyboard-keypress-on-uiview – Dmitry Feb 14 '13 at 14:42
1 Answers
1
This will be useful for you to get started.
-
iOS already supports Bluetooth keyboard. I only need to handle keyboard events. – Dmitry Feb 14 '13 at 14:33