Reputation: 21
Is it possible to receive key events in iOS from an external Bluetooth keyboard without needing a text filed or text area with focus?
Thanks,
Upvotes: 2
Views: 788
Reputation: 5476
Yes, you need to implement UIKeyInput
protocol. This is how my iCADE SDK works. Check out the iCadeReaderView class here on github.
Upvotes: 1