OnFocus method for text box

I want to change the cursor position from one textbox to another textbox. I want to install this programmatically. How do I do it? Is there a way for iPhone?

0


a source to share


1 answer


Send your message setFirstResponder

to the second text box.



+2


a source







All Articles