iphone SDK Keyboard problem
Posted
by Elishiah
on Stack Overflow
See other posts from Stack Overflow
or by Elishiah
Published on 2010-06-11T00:07:25Z
Indexed on
2010/06/11
0:13 UTC
Read the original article
Hit count: 494
becomefirstresponder
I have a login view controller that has a button and a UI text view that becomes the first responder. When the button is clicked it loads the forgot view controller and a new UI textview becomes the first responder. When I dissmis the modal view controller the keyboard also gets dismissed and when I load the forgot view controller again the keyboard will not pop up as the first responder.
- (IBAction) backBeg: (id) sender{ [self dismissModalViewControllerAnimated:YES]; }
© Stack Overflow or respective owner