Reputation: 44963
Is there any way to replace the keyboard as you can do with the Android? If not completely replace, is there a way to extend it and add additional functionality?
Upvotes: 0
Views: 1194
Reputation: 517
You can extend the keyboard view by adding a custom inputAccessoryView as a property to your textField or textView, or you can replace the keyboard by adding a custom inputView.
Upvotes: 2