[Solved] In iOS7, is it possible to add a custom keyboard to the system? Or is it still sandboxed? [closed]


You cannot add or change the system keyboard. However, you can implement your own custom keyboard inside your app. All you need to do is overwrite UITextField or UITextView and return a custom view for the inputView property.

solved In iOS7, is it possible to add a custom keyboard to the system? Or is it still sandboxed? [closed]