Top "Uiscrollview" questions

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

How to enable zoom in UIScrollView

How do I enable zooming in a UIScrollView?

iphone uiscrollview
UIScrollView image/photo viewer with paging enabled and zooming

OK, I think it's time to make an official place on the internet for this problem: How to make a …

ios iphone uiscrollview
Detecting UIScrollView page change

Is there a way to detect or get a notification when user changes the page in a paging-enabled UIScrollView?

iphone objective-c ipad uiscrollview uiscrollviewdelegate
UILabel sizeToFit method not working properly

I'm trying to show a long chunk of text inside a UILabel in one line. The UILabel is a subview …

ios objective-c uiscrollview uilabel sizetofit
UIScrollview getting touch events

How can I detect touch points in my UIScrollView? The touches delegate methods are not working.

objective-c ios cocoa-touch uiscrollview uitouch
Dismissing the keyboard in a UIScrollView

Alright, I have a couple of UITextFields and UITextViews inside a UIScrollView, and I'd like to set the keyboard to …

ios objective-c swift uiscrollview keyboard
UICollectionView effective drag and drop

I am currently trying to implement the UITableView reordering behavior using UICollectionView. Let's call a UItableView TV and a UICollectionView …

scroll uiscrollview uicollectionview drag-and-drop
How do I implement UIPageControl in Swift

Ok so I'm struggling here and haven't been able to find a working solution. I've been self learning Swift without …

ios uiscrollview swift uipagecontrol
Change page on UIScrollView

I have a UIScrollView with 10 pages. I am able to flick between them. I also want to have 2 buttons (a …

iphone uiscrollview
UICollectionView Horizontal Paging not centered

I have a horizontal scrolling collectionView with each cell the size of the view. When I page through the collectionView …

ios uiscrollview uicollectionview