PDA

View Full Version : How to display cursor in UITextField and Keypad?




Sergio10
Sep 15, 2009, 09:38 AM
Hi,

How to display cursor in UITextField and Keypad?

Thank you



KoolStar
Sep 15, 2009, 05:49 PM
all you should have to do is set the text field to first responder.[textField becomeFirstResponder];

dejo
Sep 15, 2009, 06:27 PM
When the user taps the textField to edit it, a cursor and keyboard should appear automatically.