znq
znq

Reputation: 44963

iOS: Keyboard replacement

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

Answers (1)

Wil Macaulay
Wil Macaulay

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

Related Questions