I cant seem to find an answer that works.
Ok, I have 9 UITableView Cells, each has a UITextField. When the user presses NEXT, the 2nd(3rd,4th,etc.) TextField becomesFirstResponder. No problem.
Prolem is, I cant get the UITableView to scroll upwards so the next/active textfield is showing above the keyboard. This is SUPER ANNOYING, thanks Apple!
Does anyone have a working example of how to do this in a light way?
/* NONE, THE EXAMPLES DONT WORK! */