is there any way to reduce the speed of scrolling in the UIScrollView, i tried to use this method: scrollRectToVisible: animated: NO to accomplish this(by setting the animation to NO) but seems it's not the right way. All helps are welcome. Thanks.
|
| |||||
feedback
|
|
You can use a simple uiview animation to do that..
that's the only way I am aware of. ios 4 way (this will not work on iphones still running 3.x) :
| |||||||||||
feedback
|
|
I know this is not exactly what you asked for but it may help you to set deceleration rate with UIScrollView property
| ||||
|
feedback
|