Top "Uiscrollview" questions

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

How to create paging in iOS 7

I would like to kind of recreate the layout of the app I have pictures of below. There is a …

ios ios7 uiscrollview uipagecontrol scroll-paging
iOS Scroll View, Container View - auto layout issue

I'm using storyboards & auto layout. I have a Container View in a UIScrollView. The Container View allows me to …

ios uiscrollview autolayout container-view
UIScrollView will not resize with autosizing

Everything I've read on supporting UIScrollView on iOS 5+ states that I should be able to use the autosizing feature within …

ios xcode uiscrollview autosize
Subview access to superview

I have a scrollView with its content view and finally a subview on the content view. I would like to …

ios uiview uiscrollview superview
touches methods not getting called on UIView placed inside a UIScrollView

I have a Custom Scroll View, subclassing UIScrollView. I have added a scroll view in my viewcontroller nib file and …

ios uiview uiscrollview touches
How to zoom a UIScrollView programmatically the exact same way as one I'm manually zooming

I have 2 UIScrollViews side by side, and a feature I'm working on is the ability to pinch and zoom on 1 …

iphone uiscrollview zooming uiscrollviewdelegate
How to create an image from a UIView / UIScrollView

I have an image in an UIScrollView, that can be scrolled and zoomed. When the user presses a button, I …

iphone xcode image uiscrollview crop
My App calls scrollViewDidScroll 19 times

I have an app based on Apple's PageControl sample. The first time the view loads, the scroll view is loaded …

objective-c uiscrollview ios4 exc-bad-access
Configure UIScrollView content with autolayout, insets for keyboard, and rotation to landscape

I'm fighting with scrollviews in autolayout (iOS 6,7) for some time now, and it's getting depressing. Consider a simple entry form …

ios uiscrollview autolayout landscape
UICollectionViewCell with UIScrollView cancels didSelectItemAtIndexPath

I have a UICollectionView that horizontally scrolls to show one UICollectionViewCell at a time. Each UICollectionViewCell the has a vertically …

uiscrollview uicollectionview uicollectionviewcell