How to make custom keyboard? When using textField or textView, you may want to show custom keyboard. For example in facebook messanger, it shows two icons instead of key pad. In that case, you can use textfield inputView. 1. Make your custom view You can use storyboard or programmatically make one. 2. Add custom view to textField inputView. 3. Add button click event When button clicked, call bec..