Use this tag for all questions about scroll views on iOS.
OK, I think it's time to make an official place on the internet for this problem: How to make a …
ios iphone uiscrollviewIs there a way to detect or get a notification when user changes the page in a paging-enabled UIScrollView?
iphone objective-c ipad uiscrollview uiscrollviewdelegateI'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 sizetofitHow can I detect touch points in my UIScrollView? The touches delegate methods are not working.
objective-c ios cocoa-touch uiscrollview uitouchAlright, 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 keyboardI 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-dropOk 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 uipagecontrolI have a UIScrollView with 10 pages. I am able to flick between them. I also want to have 2 buttons (a …
iphone uiscrollviewI have a horizontal scrolling collectionView with each cell the size of the view. When I page through the collectionView …
ios uiscrollview uicollectionview