XcodeNewb
Feb 8, 2009, 11:22 PM
Anyone know how to prevent the keyboard from calling the delegate method shouldChangeCharactersInRange when the "Return" key is pressed?
I am limiting the textfield to 3 characters but if you type in 3 characters and then hit "Return" it thinks you are typing another character and it ignores the keystroke and is never able to call the "Did End on Exit" method to resign the first responder and hide the keyboard.
Thanks in advance
I am limiting the textfield to 3 characters but if you type in 3 characters and then hit "Return" it thinks you are typing another character and it ignores the keystroke and is never able to call the "Did End on Exit" method to resign the first responder and hide the keyboard.
Thanks in advance
