Aabid Khan
Aabid Khan

Reputation: 27

How to decrease scrolling speed of UIScrollview?

How to decrease scrolling speed of UIScrollview in swift 1.2 ?

Reference

Click here

Upvotes: 3

Views: 4943

Answers (1)

Shrestha Ashesh
Shrestha Ashesh

Reputation: 1815

Implement this code on viewDidLoad

yourScrollView.decelerationRate = UIScrollViewDecelerationRateFast

Upvotes: 3

Related Questions