Hi,
I have a UITableView sat inside a UIView, and inside some of the custom drawn cells of the table view are UITextFields which obviously, when tapped, cause the keyboard to pop up. However, I'm having the problem that the frame of my UITableView isn't being resized when this happens, so it doesn't scroll properly. However, if a press a button to present a UIImagePickerController, then dismiss this and return to editing a text field, it resizes and scrolls as you'd expect! I'm not sure what's wrong or what I need to change. I've created everything programmatically without the used of NIBs.
Thanks for your help.
Luke
I have a UITableView sat inside a UIView, and inside some of the custom drawn cells of the table view are UITextFields which obviously, when tapped, cause the keyboard to pop up. However, I'm having the problem that the frame of my UITableView isn't being resized when this happens, so it doesn't scroll properly. However, if a press a button to present a UIImagePickerController, then dismiss this and return to editing a text field, it resizes and scrolls as you'd expect! I'm not sure what's wrong or what I need to change. I've created everything programmatically without the used of NIBs.
Thanks for your help.
Luke