I am trying to implement a simple UITableView in an iPad UIModalPresentationFormSheet style dialog. Each cell in the UITableView has an embedded UITextField. Whenever I select one of the bottom text boxes, The FormSheet slides up, but the UITableView does not scroll, and the keyboard hides the input fields.
I have seen the discussion on how to resize a UITableView in these situations, and have implemended much of that code. I just need to know how I can calculate how much I need to shrink my UITableView to expose those fields.
You can use TPKeyboardAvoidingTableView it is available for free. Search on google for it.