Use this tag for all questions about scroll views on iOS.
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-pagingI'm using storyboards & auto layout. I have a Container View in a UIScrollView. The Container View allows me to …
ios uiscrollview autolayout container-viewEverything I've read on supporting UIScrollView on iOS 5+ states that I should be able to use the autosizing feature within …
ios xcode uiscrollview autosizeI have a scrollView with its content view and finally a subview on the content view. I would like to …
ios uiview uiscrollview superviewI have a Custom Scroll View, subclassing UIScrollView. I have added a scroll view in my viewcontroller nib file and …
ios uiview uiscrollview touchesI 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 uiscrollviewdelegateI have an image in an UIScrollView, that can be scrolled and zoomed. When the user presses a button, I …
iphone xcode image uiscrollview cropI 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-accessI'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 landscapeI have a UICollectionView that horizontally scrolls to show one UICollectionViewCell at a time. Each UICollectionViewCell the has a vertically …
uiscrollview uicollectionview uicollectionviewcell