views:

83

answers:

1

I want to change the cursor position from one textField to another textField. I want set that programatically. How I do that? Is there any method for that in iPhone?

+2  A: 

Send the setFirstResponder message to the second text field.

rein