I want to reduce the scroll speed of a UITableView.
I tried using the decelerationRate property. I changed this property to UIScrollViewDecelerationRateNormal and UIScrollViewDecelerationRateFast, but could not feel the change.
I could not find another way to reduce the scroll speed.
Anyone have a solution?
source
share