0

The default left bottom button is +*# in NumberPad keyboard, but I want the user TO see the NumberPad by default and can click a button to switch to the ASCII keyboard. So is it a way to customize the +*# button in iOS6/7?

Bill David
  • 95
  • 5
  • Or is it possible to switch between number input view and letters input view of UIKeyboardTypeASCIICapable with code? I want to show the number input view by default. – Bill David Feb 13 '15 at 02:50

1 Answers1

1

You can create an custom view as per your requirement and assign it to textfield input accessory view.

This link may help.

navroz
  • 382
  • 2
  • 13