Search code examples
iosnumberstextfieldresignfirstrespondernumpad

Resigning Number Pad of TextField ios


I am using the keyboard type Number Pad for a particular Text Field which is to be given with a zip number. When using regular keyboard i use resignfirstresponder to quit the keyboard when i click on the enter key in that keyboard. But for the number pad, other than numbers there is only a backspace key. So is there a way to customize it or some other technique to resign the number pad?


Solution

  • Plenty of answers are available for this question.

    Use dismissing Number Pad or How to dismiss number pad keyboard by tapping anywhere

    You can implement which way you like.