Answer the question
In order to leave comments, you need to log in
How to programmatically select a UITextField?
What code can be used to select a UITextField? For example, the following code does not work:[loginTextField setSelected: true];
Answer the question
In order to leave comments, you need to log in
[loginTextField becomeFirstResponder]; - set focus to your field
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question