Is there a way to implement minimum deceleration rate in UIScrollView?
I have a UIScrollView that contains some UIImageView that are animating. It really looks great if there is a minimum scroll speed. But when the user slowly scrolls and lifts his finger, the UIScrollView slows down very slowly.
The problem is that the scrollViewDidScroll method is not called every time the offset is changed. It is caused by some time interval while the offset is changing. The interval is always the same, no matter how fast the user scrolls.
0
a source to share