2

Is it possible to use the custom keyboard from within the app container without adding the keyboard to general settings keyboards?

I would like my app to offer a custom keyboard but does not need to be enabled across all apps if not enabled in general settings. However it should be available from the container app itself at all times.

slik
  • 5,001
  • 6
  • 34
  • 40

1 Answers1

0

Yes, you can use the inputView property of UITextField and UITextView and show the keyboard yourself. If you need to use your custom keyboard from a web view there are some instructions here: How the default keyboard comes up when user taps in UIWebView?

Community
  • 1
  • 1
bjtitus
  • 4,231
  • 1
  • 27
  • 35