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.