user656314
user656314

Reputation: 21

iOS Key Events Without Text Field

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

Answers (1)

Stuart Carnie
Stuart Carnie

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

Related Questions