S Sergio10 macrumors regular Original poster Oct 3, 2007 137 0 Sep 15, 2009 #1 Hi, How to display cursor in UITextField and Keypad? Thank you
KoolStar macrumors demi-god Oct 16, 2006 825 9 Kentucky Sep 15, 2009 #2 all you should have to do is set the text field to first responder. Code: [textField becomeFirstResponder];
all you should have to do is set the text field to first responder. Code: [textField becomeFirstResponder];
dejo Moderator emeritus Sep 2, 2004 15,982 452 The Centennial State Sep 15, 2009 #3 When the user taps the textField to edit it, a cursor and keyboard should appear automatically.