Use this tag for all questions about scroll views on iOS.
How can I go about finding out the rect (CGRect) of the content of a displayed view that is actually …
objective-c iphone uiscrollviewI need to do this app that has a weird configuration. As shown in the next image, the main view …
swift uitableview uiscrollview uikit uipageviewcontrollerI'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 uitabbarI'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 uiscrollviewIn 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 uiscrollviewI am making a simple slideshow view within my app. I'd like to link my UIPageControl to my UIScrollView. This …
ios xcode uiscrollview uipagecontrolWhile 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-builderi have a scrollView. i want it to scroll only in one direction(VERTICAL). Is there a way in which …
iphone ipad uiscrollview horizontal-scrollingI am making a very basic UIScrollView test. Here is my setup It shows me the following AutoLayout error: ScrollView …
ios uiscrollview autolayoutI have a scroll view which scrolls horizontally. I just added images, labels and a webview in it and there …
iphone ios uiscrollview