How programatically move a UIScrollView to focus in a control above keyboard

Posted by mamcx on Stack Overflow See other posts from Stack Overflow or by mamcx
Published on 2009-01-27T19:27:45Z Indexed on 2010/03/18 7:51 UTC
Read the original article Hit count: 584

I have 6 UITextFields on my UIScrollView. Now, I can scroll by user request. But when the keyboard appear, some textfields are hidden.

That is not user-friendly. How scroll programatically the view so I get sure the keyboard not hide the textfield?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk