I have an application with a view that has text fields from the top of the view to the bottom of the view. I needed it to scroll when editing the bottom fields so that the f
Since I found it, I use TPKeyboardAvoiding
It is working great, and is very easy to setup:
It also automatically hooks up "Next" buttons on the keyboard to switch through the text fields.
Good luck!