0

Can I use custom keyboard in all my app by creating a single custom keyboard as a static library?

Eg: I want to create a custom keyboard and use it in my app A, B and C. How do I do it?

Thanks

Smitha
  • 6,110
  • 24
  • 90
  • 161

1 Answers1

0

You should use the iOS8 custom keyboards API: https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/Keyboard.html

nurnachman
  • 4,468
  • 2
  • 37
  • 40