0
votes
1answer
57 views

Incorrect behavior of the scroll's indicator

I have UIScrollView. I set contentOffset using the code : [UIView animateWithDuration:0.2 delay:0 options:UIViewAnimationOptionAllowUserInteraction | UIViewAnimationOptionCurveEaseOut ...
0
votes
1answer
613 views

Vertical or diagonal scrolling on UIScrollView

In my case the method scrollViewDidEndDecelerating can detect just horizontal scrolling in UIScrollView and i want to know how to detect diagonal or vertical scrolling.