I have added a custom footer to a tableview using viewForFooterInSection I display a alertprompt where I get user input via a UITextField so the keyboard appears but when I press OK and the screen refreshes (via statement[self.tableView reloadData];) my footer is displaying ABOVE where the keyboard used to be so displaying in the middle of my tableview instead of at the bottom of the screen.
How do I get the keyboard to disappear BEFORE the footer redraws so I don't have the footer in the middle of the screen??