Top "Uiscrollview" questions

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

UIScrollview with UIButtons - how to recreate springboard?

I'm trying to create a springboard-like interface within my app. I'm trying to use UIButtons added to a UIScrollView. The …

objective-c uiscrollview uibutton programmatically-created
automaticallyAdjustsScrollViewInsets not working

I've created an extremely simple demo app to test the functionality of automaticallyAdjustsScrollViewInsets, but the last cell of the tableView …

ios objective-c ios7 uiscrollview uitabbar
Sizing a Container View with a controller of dynamic size inside a scrollview

I'm trying to create a container view, with a controller that has a dynamic height, inside a UIScrollView and have …

ios uiscrollview autolayout uicontainerview
UIScrollView custom paging size

paging in UIScrollView is a great feature, what I need here is to set the paging to a smaller distance, …

iphone objective-c ipad uiscrollview
Problem with uiscrollview setcontentoffset animated not scrolling when animated:yes is set

This is very odd and I'm wondering if anyone has any thoughts? I'm trying to scroll a UIScrollView in response …

iphone uiscrollview animated
How to create a centered UICollectionView like in Spotify's Player

I am have a lot of difficulty trying to create a UICollectionView like in Spotify's Player that acts like this: …

ios objective-c uiscrollview uicollectionview uicollectionviewlayout
Swift - how to get last taken 3 photos from photo library?

I need to get and show last taken 3 photos from photo library on viewDidload event without any clicks. After this …

ios swift uiscrollview photolibrary
iphone - prevent uiscrollview from scrolling by touch

I've a scrollview and on both sides, I've two buttons left and right. when i click the scroll view will …

objective-c iphone uiscrollview
Deactivate UIScrollView decelerating

Is there a way to deactivate the decelerating of a UIScrollView? I want to allow the user to scroll the …

iphone cocoa-touch iphone-sdk-3.0 uiscrollview
How do I use UIPageControl in my app?

I am making an app where I need some images can be scrolled through using a UIPageControl. Sadly, I don't …

ios uiscrollview uipagecontrol