SNV7
SNV7

Reputation: 2593

UIScrollview scrollViewShouldScrollToTop - Slow down the scroll speed

When the status bar is touched, by default, a UIScrollview would scroll to the top. Does anyone know how I can control the speed of that automatic scroll up. I'd like to slow down the scroll to something a little more smooth and gradual.

Upvotes: 1

Views: 379

Answers (1)

pbibergal
pbibergal

Reputation: 2921

Try setting decelerationRate property on your UISCrollView.

Upvotes: 2

Related Questions