PDA

View Full Version : Newby question; moving up the textfield




PPeelen
Jan 24, 2009, 10:12 AM
Hi,

I am new to objectiveC and iphone programming.

I have a question regarding the textField. When I have the textfield in the bottom of the screen, and I press it the keyboard shows up. Ofcourse the keyboard obscures the textfield, and so it makes is hard to see what you are writing.

As I understand I should move up the view, but how do I do that? Does someone know of any tutorials explaining this?

Best regards,
Paul Peelen



detz
Jan 24, 2009, 11:34 AM
Search, this has been discussed. Add you items to a UIScrollView and then scroll the view up if it's hidden.

dejo
Jan 24, 2009, 01:18 PM
See this thread: http://forums.macrumors.com/showthread.php?t=635441

PPeelen
Jan 25, 2009, 06:32 AM
Thanks alot!

I'm gonna try to understand it and try to get it working!

Best regards,
Paul Peelen