I'm presenting a view in a modal form sheet. It works, but the keyboard blocks the lower half of the screen in landscape (and a small portion of the screen in portrait). How do I compensate for the keyboard on the iPad?
The UI is basically a large text box on the left 3/4ths of the screen, and a strip of photos along the right edge in a tableview. I need the tableview to resize so the user can scroll to see the last one.
(I've read how to do this on the iPhone, but the same code does not work on the iPad.)
(There are 3.5 photos below under the keyboard, but the table view will bounce back to this position if you try to scroll it down.)