Use this tag for all questions about scroll views on iOS.
I have created a storyboard based project. In one of the view controller's view requires some extra elements to be …
ios uiview uiscrollview subclassI'm trying to get my application to perform an action after a delay, but it will have to be done …
ios uiscrollview performselectorI have a paging UIScrollView in which the user pages horizontally through images, like Apple's Photos.app. That works, but …
iphone uiscrollview autorotateI'm trying to use a UIWebView for displaying content higher than the screen of the iPhone, without needing to scroll …
iphone uiwebview uiscrollview uitextview autoresizeMy Setup I'm trying to replicate Google Now's card interface. I have a UIView which is a subview of (inside) …
ios swift uiview uiscrollview uipangesturerecognizerI have an animated transparent OpenGL ES subview (a modification of Apple's template EAGLView class) which draws a rotating sphere. …
iphone opengl-es uikit uiscrollviewI want to change UIScrollview scroll indicator's style. I have turned paging on and I want to see white points (…
ios uiscrollview indicatorI have a UIScrollView containing an UIImageView and I have some trouble to get the correct behavior when the iPhone …
iphone uiscrollview autoresizingmaskI am using an UIScrollView in my application, my requirement is I have to add background color to the UIScrollView …
iphone ios ipad uiscrollview uiscrollviewdelegateI'm using a UIScrollView as my paging scroll view, pagesScrollView. Inside that, I put individual UIScrollViews which are used exclusively …
ios objective-c ios7 uiscrollview uiedgeinsets