In my app, i need to create custom inputView(keyboard) in UISearchBar.
i want to do like following picture.
First pic is default input keyboard(English).

And Second pic is Custom keyboard.

I want to do when i tap on default(English) keyboard’s inputAccessoryView button, i want to change into my custom input view(following pic). and when i tap again that inputAccessoryView button , i want to hide my custom keyboard and change into default keyboard.
i have no idea how to do that.
Please help me.
I just got answer for my own question.
That’s just a trick.
Just use
niltoinputView. 😀