I've been searching, but haven't quite found a complete answer, and the Apple docs aren't much help.
I have an application with a UIView
that has a lot of text fields on it, ranging from the top of the view to the bottom. When the user clicks the first UITextField
the keyboard pops up. The keyboard has three buttons above it, previous, next, and done on a toolbar InputAccessoryView.
Basically, let's say there are 6 UITextField
boxes that space from the top of the view to the bottom. When the user gets past the third text field, the keyboard blocks the bottom three. How do I have the view adjust up when putting text in the bottom three text fields?