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.