Top "Uiscrollview" questions

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

How to detect when a UIScrollView has finished scrolling

UIScrollViewDelegate has got two delegate methods scrollViewDidScroll: and scrollViewDidEndScrollingAnimation: but neither of these tell you when scrolling has completed. scrollViewDidScroll …

ios iphone uiscrollview
How to scroll UITableView to specific position

How can I scroll the table's cell to specific position ? I have a table which shows 3 rows (according to height). …

iphone objective-c cocoa-touch uitableview uiscrollview
How to disable horizontal scrolling of UIScrollView?

I have a UIView like iPhone's Springboard. I have created it using a UIScrollView and UIButtons. I want to disable …

ios objective-c uiscrollview
Is it possible for UIStackView to scroll?

Let's say I have added more views in UIStackView which can be displayed, how I can make the UIStackView scroll?

ios uiscrollview uistackview
What's the UIScrollView contentInset property for?

Can someone explain to me what the contentInset property in a UIScrollView instance is used for? And maybe provide an …

uiscrollview
Disabling vertical scrolling in UIScrollView

There is an option in IB to uncheck vertical scrolling on a scrollview, but it doesnt seem to work. How …

iphone ios uiscrollview
How can I mimic the bottom sheet from the Maps app?

Can anyone tell me how I can mimic the bottom sheet in the new Maps app in iOS 10? In Android, …

ios swift uiview uiscrollview mapkit
UIScrollView contentSize not working

I put a UIScrollView in my nib's view, and linked it to a an IBOutlet property. Now, when I do …

objective-c ios uiscrollview
How can I programmatically force-stop scrolling in a UIScrollView?

Note: The answer given here doesn't work for me. I have a UIScrollView (not a table view, just a custom …

iphone uiscrollview