Use this tag for all questions about scroll views on iOS.
I've got Simple ScrollView: <ScrollView style={$style.category_container} horizontal={true} showsHorizontalScrollIndicator={false} automaticallyAdjustContentInsets={true} > <Item title={…
uiscrollview react-native scrollview horizontalscrollviewI am adding UIScrollView in UITableViewCell, but when I am click on scroll view did select method is not getting …
ios uitableview uiscrollview didselectrowatindexpathWhat 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 uicollectionviewlayoutI 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 uipagecontrolIn iOS 11, UIWebView is pop down by status bar. It may be affected by safe area inset introduced by iOS 11. …
uiscrollview uiwebview uistatusbar ios11What method to I use to make my UIScrollView update when the sides of a UIPageControl are tapped? When swiping …
iphone uiscrollview uipagecontrolI 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 stretchIn 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