I am using TPKeyboardAvoiding in my current app project. I have this peculiar problem where I have 3 text fields on the same height level (y-position). When I click "Next", the cursor correctly jumps from the 1st text field to the 2nd. But if I click "Next" again, the cursor does not jump to the 3rd field. Instead it jumps back to the 1st field. And it just keep on jumping back to the 1st field, whenever I wanna jump from the 2nd field to the 3rd field.
Any suggestions on how to solve this?