Top "Uiscrollview" questions

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

Horizontal UIScrollView inside a UITableViewCell

I'm trying to create the exact same effect as in the AppStore app for viewing screenshots: inside a UITableView, I …

iphone uitableview uiscrollview scroll
Keep uitableview static when inserting rows at the top

I have a tableView that I'm inserting rows into at the top. Whilst I'm doing this I want the current …

iphone uitableview uikit uiscrollview
Large Text Being Cut Off in UITextView That is Inside UIScrollView

I'm having a serious problem that I just can't seem to fix and it's driving me insane for the last …

iphone ios uiscrollview uitextview
UIScrollView doesn't scroll after upgrading to iOS7 / xcode 5

I have an app which in xcode 4.5 and ios 6.1 worked perfectly fine when scrolling. However, after downloading xcode 5 and iOS 7 …

objective-c uiscrollview scrollview ios7 xcode5
Custom UIScrollView paging with scrollViewWillEndDragging

I'm trying to use the new scrollViewWillEndDragging:withVelocity:targetContentOffset: UIScrollView delegate call in iOS 5 but i can't seem to get …

ios uiscrollview uikit uiscrollviewdelegate
Swiping Images with Page Control in Iphone

I am trying to make practice app where i can scroll images with page control. I am able to scroll …

iphone ios uiscrollview scroll uipagecontrol
Tell When a UIPageViewController is Scrolling (for Parallax Scrolling of an Image)

I am trying to make an effect similar to that found in the new Yahoo weather app. Basically, each page …

objective-c uiscrollview uiimage uipageviewcontroller
Smooth move of the contentoffset UIScrollView Swift

I would like to set the contentOffset of my scrollview programmatically when the contentOffset is between two points (please see …

swift animation uiscrollview contentoffset
Remove all the subviews from a UIScrollView?

How do I remove all of the subviews from a UIScrollview?

objective-c iphone uiscrollview subviews
Detecting UIScrollView Position

I am trying to use a UIScrollView as a navigation device in my iOS application. Basically, I want the application …

objective-c ios uiscrollview contentoffset