Quote:
Originally Posted by fhsjaagshs
Hiding it: try this
[textField resignFirstResponder];
I just did a test and the value is there (I checked using a uialertview and having the message be the text property of the textfield.)
EDIT: [textField resignFirstResponder]; works, just have the UITextFieldDelegate in the <> in the .h file.
|
I think the general problem here is if you have a number pad in real device, there is no "done" or "return" key for you to tap, even though you can do that in simulator by real keyboard.
Leo