Use this tag for all questions about scroll views on iOS.
UIScrollViewDelegate has got two delegate methods scrollViewDidScroll: and scrollViewDidEndScrollingAnimation: but neither of these tell you when scrolling has completed. scrollViewDidScroll …
ios iphone uiscrollviewHow do I make a UIScrollView scroll to the top?
ios objective-c iphone uiscrollview uikitHow 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 uiscrollviewI have a UIView like iPhone's Springboard. I have created it using a UIScrollView and UIButtons. I want to disable …
ios objective-c uiscrollviewLet's say I have added more views in UIStackView which can be displayed, how I can make the UIStackView scroll?
ios uiscrollview uistackviewCan someone explain to me what the contentInset property in a UIScrollView instance is used for? And maybe provide an …
uiscrollviewThere is an option in IB to uncheck vertical scrolling on a scrollview, but it doesnt seem to work. How …
iphone ios uiscrollviewCan anyone tell me how I can mimic the bottom sheet in the new Maps app in iOS 10? In Android, …
ios swift uiview uiscrollview mapkitI put a UIScrollView in my nib's view, and linked it to a an IBOutlet property. Now, when I do …
objective-c ios uiscrollviewNote: The answer given here doesn't work for me. I have a UIScrollView (not a table view, just a custom …
iphone uiscrollview