How to program your iOS app for use with a Bluetooth keyboard

I’m trying to find some documentation on how to properly support a Bluetooth keyboard in an iOS app.

I have a custom UIView which consists of some subviews but the Bluetooth keyboard is unable to target (by using the arrow keys on the keyboard) some of the subviews and I want to know what I’m doing wrong.

I’ve tried to find official documentation from Apple to no avail.

Replies

Bluetooth keyboard is unable to target (by using the arrow keys on the keyboard) some of the subviews

Hey there, just to clarify are you using the Accessibility feature Full Keyboard Access when you are hitting this issue?

  • Yes, without “Full Keyboard Access” nothing happens when I try to navigate with the keyboard.

  • Soooo.... any help here would be very appreciated.

Add a Comment