Top "Uiscrollview" questions

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

React-Native | ScrollView right to left

I've got Simple ScrollView: <ScrollView style={$style.category_container} horizontal={true} showsHorizontalScrollIndicator={false} automaticallyAdjustContentInsets={true} > <Item title={…

uiscrollview react-native scrollview horizontalscrollview
didSelectRowAtIndexPath is not getting called

I am adding UIScrollView in UITableViewCell, but when I am click on scroll view did select method is not getting …

ios uitableview uiscrollview didselectrowatindexpath
UICollectionView contentOffset after device rotation

What I am trying to do: On Apple's Photo's App, if you rotate device while scroll to an arbitrary offset, …

ios swift uiscrollview uicollectionview uicollectionviewlayout
UIPageControl not calling selector on valueChanged

I am attempting to use a UIPageControl for the first time and I can't seem to get it to call …

ios objective-c xcode uiscrollview uipagecontrol
iOS 11 UIWebView pop down by status bar

In iOS 11, UIWebView is pop down by status bar. It may be affected by safe area inset introduced by iOS 11. …

uiscrollview uiwebview uistatusbar ios11
UIPageControl tap to "swipe"?

What method to I use to make my UIScrollView update when the sides of a UIPageControl are tapped? When swiping …

iphone uiscrollview uipagecontrol
How to set UIScrollView's background image as a stretchable image?

I want to set UIScrollView's background image as a stretchable image. I tried: UIImage* backgroundImage =[[UIImage imageNamed:@"background"] resizableImageWithCapInsets:UIEdgeInsetsMake(100, 0, 0, 0) ]; …

ios objective-c uiscrollview stretch
iPhone: Infinitely looping content inside UIScrollView

In my app, I'm designing a custom picker that allows the user to choose an item by scrolling horizontally and …

iphone cocoa-touch animation uiscrollview infinite-carousel