Hi,
I have a UITableViewCell that contains a UITextField. When I tap on it the text field gets focus and the keyboard appears. When I try to dismiss the keyboard by calling ResignFirstResponder on the text field, the text field loses the caret but the keyboard doesn't disappear. If I then check if the text field is still the first responder it returns false.
What might be keeping my keyboard up?
The table is in a modal view controller and when it is dismissed the keyboard does disappear.
Cheers, Clint