Tagged Questions
0
votes
1answer
187 views
Detect direction of scrolling UICollectionView, load data from REST
Assuming standard configuration (up/down), I'd like to detect when a user is scrolling their UIColletionView up or down (which is subclass of UIScrollView and conforms to UIScrollViewDelegate). I ...
1
vote
2answers
375 views
How to set background color to the content area in UIScrollView?
I am using an UIScrollView in my application, my requirement is I have to add background color to the UIScrollView but when user drags at the extreme top or at the extreme bottom the area other than ...
1
vote
1answer
299 views
UIScrollView zooming in a fixed point, and disable the pinch in/out
i'm stuck on a problem with UIScrollView
i wanna the scroll view be zoomed when the user tap on a specific point, and prevent the user to zoom in/out using Pinch Zoom Gestures, how can i do it?
...
-1
votes
1answer
417 views
Objective C: Detecting touch events on UIScrollView
I am making a book application using a scrollview for paging but i am having problem detecting touch event on it all the touch events are not working. is there a way that i could implement touch event ...
0
votes
1answer
107 views
How to compute the contentOffset at which the scroll view will halt after deceleration ended?
I need to perform some special things at exactly the position where the scroll view will stop deceleration, but I need to know that position before it finished decelerating.
Is there a way to do it, ...
1
vote
1answer
233 views
Can we control the speed of the Scrollview
I have a scroll view (shown in the picture below). It allows the user to jump/navigate between various sections in my app. The number of sections varies between 20 to 40 (which is pretty large). The ...
14
votes
3answers
10k views
Detecting UIScrollView page change
Is there a way to detect or get a notification when user changes the page in a paging-enabled UIScrollView?
pom
0
votes
2answers
183 views
UIScrollview's dont keep their level
I have 2 uiscrollviews next to each other.
they are hooked up together on their vertical-value. (up and down)
as it turned out as I drew some sort of graphic accross both views(actually in each of ...
1
vote
2answers
1k views
iPhone SDK UIScrollView doesn't get touch events after moving it
I'm subclassing UIScrollView and on the start I fill this ShowsScrollView with some items. After filling it, I setup frame and contentSize to this ShowsScrollView. Everything works fine for now, i get ...