Use this tag for all questions about scroll views on iOS.
I have a Graph being drawn inside a UIScrollView. It's one large UIView using a custom subclass of CATiledLayer as …
iphone ios cocoa-touch uiscrollview zoomingI want both my UIScrollView and its subviews to receive all touch events inside the subview. Each can respond in …
ios uiscrollview uigesturerecognizer touchesIn my application, I would like to present the user with a full-screen photo viewer much like the one used …
objective-c iphone uiscrollview uiimageview fullscreenI am adjusting a detail view controller's state, just before it is pushed on a navigationController: [self.detailViewController detailsForObject:someObject]; […
ios iphone uiscrollview contentsizeMobile Safari allows you to switch pages by entering a sort of UIScrollView horizontal paging view with a page control …
ios iphone cocoa-touch uiscrollviewPossibly a simple one! Does anyone know how to get the scroll bar of a UIScrollView to constantly show? It …
iphone objective-c uiscrollview scrollbarThe following code (called in viewDidLoad) results in a fully red screen. I would expect it to be a fully …
ios ios6 uiscrollview autolayoutI want to set a UIImageView with a UIImage and put this imageview inside a UIScrollView to obtain a zoom …
ios uiscrollview uiimageview uiimageI have discovered a strange behavior in my application, where a connected IBOutlet has its connected view's frame between the …
iphone ios objective-c uiscrollviewI'm trying to recognize left/right swipe gesture in a UIScrollView. I've tried to create UISwipeGestureRecognizers and associate them with …
iphone uiscrollview gesture swipe