Use this tag for all questions about scroll views on iOS.
I am adding subviews to a UIScrollView and then I add UIPanGestureRecognizer to these subviews. Everything works fine but now …
iphone ios uiscrollview uipangesturerecognizerI created a zoomable UIScrollView and added 100 subviews to it (tiled). The view scrolls perfectly left and right. However, I'd …
iphone objective-c uiscrollview zoomI'm developing my app to work with iOS7. I have a UINavigationController I'm pushing a UIViewController that has a ScrollView …
iphone uiscrollview ios7 statusThe sample code linked here works great and allows a UIScrollView to display images with paging and preview of the …
ios uiscrollview iboutlet awakefromnibI am trying to implement the method scrollViewWillBeginDragging. When this method is called I check that the user has selected …
iphone ios xcode uiscrollview directionHow do I navigate to a specific page programmatically. Basically I have an app with a scrollView populated with a …
iphone uiscrollview uipagecontrolIs there any way to reduce the speed of scrolling in the UIScrollView, I tried to use scrollRectToVisible: animated: NO …
iphone uiscrollview scroll vertical-scrollingI already did several searches on Stack Overflow and Google, but I couldn't find a solution to my problem. I …
iphone uiscrollview uitextview autoresizeI'm developing my first iPhone app and I would greatly appreciate you guy's input on a problem I'm having. I'm …
iphone scroll uiscrollview pagingI have been struggling with this assignment for quite some time now. What I would like to develop is a …
ios uiscrollview uicollectionview infinite-scroll