Anthony
Anthony

Reputation: 658

UINumberPad with Done button

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?

Upvotes: 1

Views: 2094

Answers (1)

Kumar Aditya
Kumar Aditya

Reputation: 1097

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.

Upvotes: 5

Related Questions