Search code examples
iphoneiphone-softkeyboard

Numeric keyboard dismiss?


HI all,

I am having a 2 textFeild and 1 textview.

out of 2 textfeild,one textfield requires number to be filled in there. so for that i hv provided numeric keyboard. i m not able to dismiss numeric keyboard,since i cant c any option to hit the numeric keyboard dismiss.

is it possible to dismiss numeric keyboard ??

if yes than can anyone guide me through.

regards shishir


Solution

  • You have 2 options: add a return keyboard in a numpad keyboard or catch the event of user select another textfield and dismiss the numpad there. Here is the link to add a return (done) button to a numpad keyboard. Done in numpad keyboard