Recent Posts

Showing posts with label keyboard. Show all posts
Showing posts with label keyboard. Show all posts

Objective-C: How to make UIText move up when keyboard is visible

With the iPhone SDK: I have a UIView with UITextFields that brings up a keyboard. I need it to be able to: Allow scrolling of the contents of the UIScrollView to see the other text fields once the keyboard is brought up Automatically "jump" (by scrolling up) or shortening I know that I need a UIScrollView. I've tried changing the class of my UIView to a UIScrollView but I'm...