Hi,
I have a grouped table view (that doesn't take up the entire size of the screen) with one of the cells being an SCTextFieldCell. When I tap in the text field cell, the UITableView resizes properly when the keyboard is displayed. But when I tap the Return key to dismiss the keyboard, the table does not resize back to the original size so the cells that were underneath the keyboard no longer display unless you scroll them into view.
I'm using beta 2.0 beta 3.
Attached are a couple images demonstrating the problem.
Before entering a keyword:
After entering a keyword. You can see the visible area of the UITableView has been reduced so the Sort By cell is now below the visible area of the UITableView.
Manually scrolling the UITableView up a bit you can see the scroll area has been reduced above where the keyboard would have been:
And here's what that screen looks like in Interface Builder so you can see my original UITableView doesn't take up the entire width or height of the view:
But I would have expected the original UITableView size to be remembered and then put back the same size after the keyboard is dismissed. Is there something I need to do to handle that properly?
Thanks!
Brendan