I want to decrease the speed of UITableView scroll speed.
I've tried using decelerationRate property. I changed this property to UIScrollViewDecelerationRateNormal and UIScrollViewDecelerationRateFast but couldn't feel the change.
I couldn't figure out any other way to decrease the scroll speed.
Does anyone have a solution?