- Open the project in Xcode
- Select a development team in the Signing & Capabilities editor
- Launch the app on iPhone
- Editing the first text field (without the
axis
argument) clearly shows the custom keyboard. Editing the second (with theaxis
argument) brings up the standard keyboard.
Presumably the custom keyboard should work whether the axis argument is supplied or not.