1

I have been struggling with this since iOS3, is there still no way to easily add a done button to a number pad for a UITextField?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Anthony
  • 648
  • 1
  • 7
  • 22

1 Answers1

5

There is no simple way still provided by apple. You need to customize keyboard on run time by your own. You can refer this useful link http://www.neoos.ch/blog/37-uikeyboardtypenumberpad-and-the-missing-return-key to create done button on numberpad.

You can try this link as well.

Community
  • 1
  • 1
Kumar Aditya
  • 1,097
  • 1
  • 8
  • 19