Use this tag for all questions about scroll views on iOS.
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 uikeyboardFellow 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-builderHow can I make a UIScrollView scroll to the bottom within my code? Or in a more generic way, to …
ios objective-c swift uiscrollviewI have a UIScrollView which has several views. When a user flicks their finger, the view scrolls to the right …
ios objective-c uiscrollview scrollIs 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 uiscrollviewI have a UIScrollView with only horizontal scrolling allowed, and I would like to know which direction (left, right) the …
iphone ios cocoa-touch uiscrollviewDoes anyone know how to stop a UIWebView from bouncing vertically? I mean when a user touches their iphone screen, …
ios objective-c iphone uiscrollview uiwebviewIn 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-refreshI have a UIScrollView which contains many UIImageViews, UILabels, etc... the labels are much longer that the UIScrollView, but when …
ios iphone ipad uiscrollviewI have a scroll view with content that is 1000px tall and would like to be able to lay it …
ios xcode uiscrollview uistoryboard