S Sergio10 macrumors regular Original poster Sep 15, 2009 #1 Hi, How to display cursor in UITextField and Keypad? Thank you
KoolStar macrumors demi-god 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 15, 2009 #3 When the user taps the textField to edit it, a cursor and keyboard should appear automatically.