Use this tag for all questions about scroll views on iOS.
I'm actually facing difficulties to make my UIScrollView fully responsive using only storyboard constraints. Here is my hierarchy : > - …
ios objective-c uiscrollview xcode-storyboardSimliar to iOS Photos App where the user is zooming in and out of an image by pinching: UIView > …
swift xcode uiscrollview zoom uiedgeinsetsAs the title says, I am trying to give to some UIImageViews a fading out effect as they get closer …
ios uiscrollview quartz-coreI am porting an app from Ipad to mac. (I know that it sounds weird) I stuck with NSScrollview. Please …
ios iphone macos uiscrollview nsscrollviewI'm using a horizontal UIScrollView, and I want a background color transition depending on the x value of the content …
ios xcode animation uiscrollview contentoffsetI have a scroll view which is not scrolling. Googling seems to indicate that it may be to do with …
ios swift uiscrollview contentsizeI have a UIScrollview in my app and I populate it with LOTS of UIImageViews approx 900. They are all very …
iphone objective-c uiscrollview uiimageview touchesbeganHas anyone managed to get a UIGestureRecognizer to work on a UIView that is a subview of a UIScrollView? My …
iphone cocoa-touch uiscrollview gesture-recognition uigesturerecognizerI have a UIView that contains a UIScrollView and I want to be able to capture the "Touch Down" event …
ios objective-c uiview uiscrollview touch-eventHere is the code I use: //inserting a row at the bottom first _numberOfRecords++; [_tableView beginUpdates]; [_tableView insertRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:_…
ios uitableview uiscrollview livechat