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?
Asked
Active
Viewed 2,074 times
1 Answers
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
-
Thank you. I will attempt these solutions. – Anthony Nov 10 '13 at 05:05