iPhone SDK: Keep an image from scrolling with a UIScrollView

Posted by Wudstock on Stack Overflow See other posts from Stack Overflow or by Wudstock
Published on 2010-05-22T19:47:51Z Indexed on 2010/05/22 19:50 UTC
Read the original article Hit count: 153

Filed under:
|

Hi,

I've been searching all over for an easy way to do this. Right now I have a UIScrollView setup as my main view. There's an Image on the left and a column of TextFields on the right. When any TextField is tapped, the keyboard comes up and hides the bottom TextField. So I have the ScrollView move up to unhide the bottom TextField.

Question #1: Is there a way to have it respond to a specific TextField instead of all of them?

Question #2: Is there a way to keep the Image on the left static so it doesn't move with the TextFields?

Thanks in advance for any help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiscrollview