Hi,
I have a popover that contains a UITableView. This UITableView has a cell with a text field in it:
When the popover opens near the bottom of the screen, and I tap the text field to edit it, the keyboard comes up, and the popover moves up to avoid being covered by the keyboard. But as it moves up, the table view in the popover scrolls up out of bounds:
I can scroll it back down, but how do I prevent this from happening.