Top "Uiscrollview" questions

Use this tag for all questions about scroll views on iOS.

How can I make a UITextField move up when the keyboard is present - on starting to edit?

With the iOS SDK: I have a UIView with UITextFields that bring up a keyboard. I need it to be …

ios objective-c uiscrollview uitextfield uikeyboard
UIScrollView Scrollable Content Size Ambiguity

Fellow devs, I am having trouble with AutoLayout in Interface Builder (Xcode 5 / iOS 7). It's very basic and important so I …

ios swift uiscrollview autolayout interface-builder
UIScrollView scroll to bottom programmatically

How can I make a UIScrollView scroll to the bottom within my code? Or in a more generic way, to …

ios objective-c swift uiscrollview
Programmatically scroll a UIScrollView

I have a UIScrollView which has several views. When a user flicks their finger, the view scrolls to the right …

ios objective-c uiscrollview scroll
How do I auto size a UIScrollView to fit its content

Is there a way to make a UIScrollView auto-adjust to the height (or width) of the content it's scrolling? Something …

iphone ios objective-c cocoa-touch uiscrollview
Finding the direction of scrolling in a UIScrollView?

I have a UIScrollView with only horizontal scrolling allowed, and I would like to know which direction (left, right) the …

iphone ios cocoa-touch uiscrollview
Stop UIWebView from "bouncing" vertically?

Does anyone know how to stop a UIWebView from bouncing vertically? I mean when a user touches their iphone screen, …

ios objective-c iphone uiscrollview uiwebview
Set UITableView content inset permanently

In my app I have a UISearchBar under UINavigationBar so it is always visible to user. In that case I …

ios objective-c uitableview uiscrollview pull-to-refresh
UIScrollView not scrolling

I have a UIScrollView which contains many UIImageViews, UILabels, etc... the labels are much longer that the UIScrollView, but when …

ios iphone ipad uiscrollview
How to use UIScrollView in Storyboard

I have a scroll view with content that is 1000px tall and would like to be able to lay it …

ios xcode uiscrollview uistoryboard