Top "Uiscrollview" questions

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

iOS: Changing subclass from UIView to UIScrollView in a storyboard

I have created a storyboard based project. In one of the view controller's view requires some extra elements to be …

ios uiview uiscrollview subclass
iOS: Perform action after time while user is interacting / scrolling

I'm trying to get my application to perform an action after a delay, but it will have to be done …

ios uiscrollview performselector
Clean autorotation transitions in a paging UIScrollView

I have a paging UIScrollView in which the user pages horizontally through images, like Apple's Photos.app. That works, but …

iphone uiscrollview autorotate
UIWebView - Autoresize so that no scrolling (in the webView itself) is needed

I'm trying to use a UIWebView for displaying content higher than the screen of the iPhone, without needing to scroll …

iphone uiwebview uiscrollview uitextview autoresize
How to use UIGestureRecognizerDelegate?

My Setup I'm trying to replicate Google Now's card interface. I have a UIView which is a subview of (inside) …

ios swift uiview uiscrollview uipangesturerecognizer
Animation in OpenGL ES view freezes when UIScrollView is dragged on iPhone

I have an animated transparent OpenGL ES subview (a modification of Apple's template EAGLView class) which draws a rotating sphere. …

iphone opengl-es uikit uiscrollview
UIScrollView - scroll indicator with white points (like on home-screen)

I want to change UIScrollview scroll indicator's style. I have turned paging on and I want to see white points (…

ios uiscrollview indicator
Scale image to fit screen on iPhone rotation

I have a UIScrollView containing an UIImageView and I have some trouble to get the correct behavior when the iPhone …

iphone uiscrollview autoresizingmask
How to set background color to the content area in UIScrollView?

I am using an UIScrollView in my application, my requirement is I have to add background color to the UIScrollView …

iphone ios ipad uiscrollview uiscrollviewdelegate
Bounds automatically changes on UIScrollView with content insets

I'm using a UIScrollView as my paging scroll view, pagesScrollView. Inside that, I put individual UIScrollViews which are used exclusively …

ios objective-c ios7 uiscrollview uiedgeinsets