Top "Uiscrollview" questions

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

Getting the visible rect of an UIScrollView's content

How can I go about finding out the rect (CGRect) of the content of a displayed view that is actually …

objective-c iphone uiscrollview
How to Make the scroll of a TableView inside ScrollView behave naturally

I need to do this app that has a weird configuration. As shown in the next image, the main view …

swift uitableview uiscrollview uikit uipageviewcontroller
calculating height of UITabBar

I'm writing an app that uses UITabBar for parts of the navigation. I'm also using UIScrollView for presenting more information …

iphone cocoa-touch uikit uiscrollview uitabbar
Learning the basics of UIScrollView

I've been having a very hard time finding good examples of UIScrollView. Even Apple's UIScrollView Suite I find a bit …

iphone objective-c iphone-sdk-3.0 uiscrollview
Getting the current page

In my scroll view, I want to get the current page that's being displayed (maybe page isn't the correct term). …

ios objective-c iphone cocoa-touch uiscrollview
Programmatically Linking UIPageControl to UIScrollView

I am making a simple slideshow view within my app. I'd like to link my UIPageControl to my UIScrollView. This …

ios xcode uiscrollview uipagecontrol
how do I use UIScrollView in Interface Builder?

While I've used UIScrollView successfully in the past by manipulating it programmatically, I'm having trouble getting it to work by …

ios iphone uiscrollview interface-builder
How to lock the horizontal scrolling of a scrollView in iOS

i have a scrollView. i want it to scroll only in one direction(VERTICAL). Is there a way in which …

iphone ipad uiscrollview horizontal-scrolling
ScrollView has ambiguous scrollable content height

I am making a very basic UIScrollView test. Here is my setup It shows me the following AutoLayout error: ScrollView …

ios uiscrollview autolayout
How do I scroll to a position programmatically in UIScrollView

I have a scroll view which scrolls horizontally. I just added images, labels and a webview in it and there …

iphone ios uiscrollview