Keyboard problem on iPhone OS 4.0 (8A248c)
Posted
by Newbee
on Stack Overflow
See other posts from Stack Overflow
or by Newbee
Published on 2010-04-26T21:15:44Z
Indexed on
2010/04/26
22:43 UTC
Read the original article
Hit count: 232
iphone
|iphone-sdk
Hi! I have view with text field -- subclassed from UIAlertView. In the textFieldShouldReturn delegate I call resignFirstResponder for text field and dismissWithClickedButtonIndex for view. On the 3.x version everything fine, but on 4.0 keyboard still present on screen after view dismissing and doesn't disappear while app running. App compiled for 3.0 target and tested on 4.0 iPhone OS. One more thing - sometimes after dismissing alert - Done button on the keyboard replaces with Return button.. Any suggestions ?
© Stack Overflow or respective owner