Quote:
|
Originally Posted by jonc
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 ><
|
What would be the best way to do it? (I am new to Cocoa and Objective-C, and am learning as I go along)
Thanks for the quick reply!