0

enter image description here

Is that possible to change the + * # button to Next button? And remove the alphabets from number (2 to 9)?

NOTE: this is UIKeyboardTypePhonePad

Js Lim
  • 3,625
  • 6
  • 42
  • 80

2 Answers2

0

It's not possible to change UIKeyboardTypePhonePad buttons, only you will customize view for UIKeybord in iOS

NANNAV
  • 4,875
  • 4
  • 32
  • 50
0

I don't think you can change the built-in keyboards, but you can make a custom keyboard that has the modifications you want. https://developer.apple.com/library/ios/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/InputViews/InputViews.html

user3386109
  • 34,287
  • 7
  • 49
  • 68