Weird problem with UITableView and UIKeyBoard
Hi everybody,
I'm using a UITableView with different UITableViewCell not selectable with different UITextField and one UITableViewCell selectable (the last UITableViewCell).
I'm using also the 2 functions keyboardDidShow and keyboardDidHide to change the frame of the tableview and scroll to the specific uitextfield.
However, when the UIKeyBoard hides, my last UITableViewCell are not selectable any more. I don't know why ?
Is there anyone can help me ?
|