Making a view scrollable when keyboard active

Posted by Dan Ray on Stack Overflow See other posts from Stack Overflow or by Dan Ray
Published on 2010-05-07T14:35:32Z Indexed on 2010/05/07 14:38 UTC
Read the original article Hit count: 230

Filed under:
|

I have a view with half a dozen text fields and labels, and a button.

I want it to be that when the keyboard pops up, the view becomes scrollable, so you can scroll the view up and see the bottom half of the fields without having to dismiss the keyboard to get to them.

Just putting it inside a UIScrollView doesn't seem to do it.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about interface-builder