Top "Uiscrollview" questions

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

How do I reset after a UIScrollView zoom?

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 zooming
Allow UIScrollView and its subviews to both respond to a touch

I want both my UIScrollView and its subviews to receive all touch events inside the subview. Each can respond in …

ios uiscrollview uigesturerecognizer touches
How do I center a UIImageView within a full-screen UIScrollView?

In 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 fullscreen
UIScrollView adjusts contentOffset when contentSize changes

I am adjusting a detail view controller's state, just before it is pushed on a navigationController: [self.detailViewController detailsForObject:someObject]; […

ios iphone uiscrollview contentsize
UIScrollView horizontal paging like Mobile Safari tabs

Mobile Safari allows you to switch pages by entering a sort of UIScrollView horizontal paging view with a page control …

ios iphone cocoa-touch uiscrollview
UIScrollView - showing the scroll bar

Possibly a simple one! Does anyone know how to get the scroll bar of a UIScrollView to constantly show? It …

iphone objective-c uiscrollview scrollbar
iOS Autolayout with UIScrollview: Why does content view of scroll view not fill the scroll view?

The following code (called in viewDidLoad) results in a fully red screen. I would expect it to be a fully …

ios ios6 uiscrollview autolayout
IOS: add imageview in a scrollview to have zoom

I want to set a UIImageView with a UIImage and put this imageview inside a UIScrollView to obtain a zoom …

ios uiscrollview uiimageview uiimage
View frame changes between viewWillAppear: and viewDidAppear:

I have discovered a strange behavior in my application, where a connected IBOutlet has its connected view's frame between the …

iphone ios objective-c uiscrollview
How to recognize swipe gesture in UIScrollView

I'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