I am trying to make changes in a textfield which is very next textfield. e.g. if i call a TextFieldShouldReturn method (At that time tag which comes in this method is 0 and i want to perform action on a textfield who’s tag is 1)and now i try that to make my very next textField to becomeFirst Responder. Both textFields have same IBOutlet but different tags.
I am a newbie so kindly don’t mind my silly question.
You can use UIViews method
viewWithTag:to get the next UITextField.maybe something like this: