I want to create one keyboard application that is not in iPhone international keyboard, but I don’t know how I add this application to international keyboard, I want to do one work like emoji application, but my app is not emotion!
Thanks for your help.
Your application can display a custom keyboard from any TextView or TextField by returning a custom UIView (that would be your keyboard) from the inputView property on those text input views. There is no existing keyboard to inherit from, so you’ll have to implement everything your self.