Use this tag for all questions about scroll views on iOS.
I'm basically trying to reproduce the behavior of the title and message section of an alert. The title and message …
ios uiscrollview autolayout intrinsic-content-sizeI have a UIView demoView in a UIScrollView. I want to scroll the UIScroll view vertically and don't scroll horizontally. …
objective-c uiscrollview uiswipegesturerecognizertableView.setContentOffset(CGPointMake(0, tableView.contentSize.height - tableView.frame.size.height), animated: true) It works, but I wonder what actually …
ios uitableview uiscrollview frame contentsizeI have a UIScrollView subclass that I am programmatically scrolling using UIView animations. I'd like the user to be able …
uiview uiscrollview uiviewanimation objective-c-blocksI would like to detect the (initial) touch position in my UIScrollView when the user starts dragging. I have googled …
ios uiscrollview touch uigesturerecognizer uiresponderIn UIScrollView, I have content height and width greater than scrollview's size. So basically it can scroll horizontally and vertically. …
objective-c uiscrollview horizontal-scrolling contentsizeWhat's the best way to immediately stop the deceleration of an UIScrollView in iPhone 3.0? I would like to keep the …
iphone iphone-sdk-3.0 uiscrollview accelerationI'm building an iOS app in swift with Xcode 6. I'm trying to embed a view controller with a table view …
ios swift view uiscrollview subviewI'm building an app that loads in a small amount of simple HTML (locally) into a single full-screen UIWebView. I'm …
ios cocoa-touch uiwebview uiscrollviewWhy I cannot add new alignment constraints on my scroll view ?
uiscrollview xcode6 autolayout nslayoutconstraint