Top "Uiscrollview" questions

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

Snap to center of a cell when scrolling UICollectionView horizontally

I know some people have asked this question before but they were all about UITableViews or UIScrollViews and I couldn't …

ios objective-c uiscrollview uicollectionview
UIScrollView's origin changes after popping back to the UIViewController

I have a UIViewController subclass as a scene in the storyboard that contains a UIScrollView containing various subviews. One of …

ios cocoa-touch uiscrollview storyboard
How to Zoom In/Out Photo on double Tap in the iPhone WWDC 2010 - 104 PhotoScroller

I am going through the Sample code of iPhone WWDC 2010 - 104 PhotoScroller App. It's working great with my project related …

iphone uiscrollview uitouch touchesbegan wwdc
What does contentOffset do in a UIScrollView?

What is the use of the contentOffset property in UIScrollView?

iphone uiscrollview
UITableView within UIScrollView using autolayout

At the moment, I'm using a UITableView along with other views that are contained in a UIScrollView. I want the …

ios uitableview uiscrollview autolayout nslayoutconstraint
Paging UIScrollView in increments smaller than frame size

I have a scroll view that is the width of the screen but only about 70 pixels high. It contains many 50 …

ios uiscrollview scroll-paging
UIScrollView with centered UIImageView, like Photos app

I would like to have scroll view with an image content view. The image is actually map which is much …

ios objective-c iphone cocoa-touch uiscrollview
Can I use a UIRefreshControl in a UIScrollView?

I have about 5 UIScrollView's already in my app which all load multiple .xib files. We now want to use a …

ios iphone uiscrollview xamarin.ios uirefreshcontrol
How can i change the page on clicking the dots of UIPageControl

Here I have a pagecontrol which works good but on clicking on dot it doesn't change the page so please …

iphone ios uiscrollview uipagecontrol