ios - Would a physical keyboard prevent a inputAccessoryView from appearing? -


I added an input attributeview for the iOS keyboard for some UITPlayfield in my app. This secondary view provides the user with the necessary functionality (some buttons that do not appear elsewhere in my app) My understanding (which can be completely wrong) is that if a physical keyboard is available then the iOS software will not dislodge the screen with the keyboard. If this is the case, then my app's user with physical keyboard Some functionality will be lost and I will need to account for it. So the first question is, do I have some worries? Thank you.

If a physical keyboard is used, then the input assistant view should appear at the bottom of the screen, So they will still be able to use the functionality. If you want to try this simulator, then check the Simulator Hardware Keyboard option under the Hardware menu.

Comments