Swift Discipline
@swift-discipline
2 posts

How UIScrollView works

How to recreate UIScrollView behavior from scratch: three core mechanics — deceleration, bounce animation, and edge resistance.

Deceleration mechanics of UIScrollView

In this article, you'll learn how UIScrollView scrolling works and how to implement it yourself.