How to recreate UIScrollView behavior from scratch: three core mechanics — deceleration, bounce animation, and edge resistance.
In this article, you'll learn how UIScrollView scrolling works and how to implement it yourself.