Is that possible to change the + * # button to Next button? And remove the alphabets from number (2 to 9)?
NOTE: this is UIKeyboardTypePhonePad
Is that possible to change the + * # button to Next button? And remove the alphabets from number (2 to 9)?
NOTE: this is UIKeyboardTypePhonePad
It's not possible to change UIKeyboardTypePhonePad
buttons, only you will customize view for UIKeybord
in iOS
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