Re: Keyboard hides text field - how do I fix this?
Shift the frame of the view the text field is in up when the keyboard appears. You will want to do this in the textfield's delegate methods. It is kind of a huge pain though, I try to avoid having to do this if at all possible. Sometimes those text fields only really fit in the layout at the bottom of a view ><
|