I have a UITextField that I want to set into editing mode (keyboard on screen and cursor in text field box) programatically. I know that the user will be in editin
UITextField
Call becomeFirstResponder on the UITextField.
becomeFirstResponder
Related question: How do I show the keyboard by default in UITextView?